dabodoc Commit
Revision 44
Date: 2007-05-14 19:06:52 -0700 (Mon, 14 May 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabodoc/changeset/44
Changed:
U trunk/api/makeDaboApiDoc.py
Log:
Fixed makeDaboDoc to only get the dabo properties.
Diff:
Modified: trunk/api/makeDaboApiDoc.py
===================================================================
--- trunk/api/makeDaboApiDoc.py 2007-03-24 02:53:40 UTC (rev 43)
+++ trunk/api/makeDaboApiDoc.py 2007-05-15 02:06:52 UTC (rev 44)
@@ -332,7 +332,7 @@
funcList = []
if type(cls) == type:
# cls is actually a class (good)
- propList = joinDynamicProps(cls.getPropertyList(refresh=True))
+ propList = joinDynamicProps(cls.getPropertyList(refresh=True,
onlyDabo=True))
eventList = cls.getEventList()
methodList = cls.getMethodList(refresh=True)
html += getListing("Properties", propList)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]