ajack 2004/03/31 10:37:51
Modified: python/gump/document forrest.py
Log:
Document stats and xref even if not a full build. No point not too.
Revision Changes Path
1.123 +8 -7 gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- forrest.py 31 Mar 2004 17:41:41 -0000 1.122
+++ forrest.py 31 Mar 2004 18:37:51 -0000 1.123
@@ -123,10 +123,11 @@
# Document...
self.documentEnvironment(run,workspace)
- self.documentWorkspace(run,workspace,gumpSet)
- if gumpSet.isFull():
- self.documentStatistics(run,workspace,gumpSet)
- self.documentXRef(run,workspace,gumpSet)
+ self.documentWorkspace(run,workspace,gumpSet)
+
+ # Document these (even if not a full build)
+ self.documentStatistics(run,workspace,gumpSet)
+ self.documentXRef(run,workspace,gumpSet)
#
# Launch Forrest, if we aren't just leaving xdocs...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]