Bug 717 - [Chameleon - doc builder] attribute name are not inserted into xml doc
: [Chameleon - doc builder] attribute name are not inserted into xml doc
Status: RESOLVED FIXED
: Chameleon
AutoDoc
: 1.99
: PC Windows 2000
: P2 normal
: 2.0 RC 1
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-10-15 16:38 by
Modified: 2004-12-17 11:38 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-10-15 16:38:37
Currently none of the attribute group names are updated in the attribute doc
xml's.

<cham:widgetdocs>
  <cham:identification>
    <cham:name>BlankTemplate</cham:name>
  </cham:identification>
</cham:widgetdocs>

This is a problem. There is one other problem Widget.php is reference by Base
attribute group. I was thinking that maybe we should change the base attribute
group name to widget attribute group, or change the Widget.php to Base.php.

I have a feeling it will be easier to change the attribute group name to
widget. ;)
------- Comment #1 From 2004-10-21 14:53:05 -------
Changed target to 1.99 RC 1.
------- Comment #2 From 2004-12-17 11:38:01 -------
Fixed in CVS.  Attribute group name is now being updated.