Bug 717

Summary: [Chameleon - doc builder] attribute name are not inserted into xml doc
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: AutoDocAssignee: William Bronsema <wbronsema@dmsolutions.ca>
Status: RESOLVED FIXED    
Severity: normal CC: chameleon-dev@lists.maptools.org
Priority: P2    
Version: 1.99   
Target Milestone: 2.0 RC 1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.