ajack 2004/03/29 14:10:24
Modified: python/gump gumprun.py
Log:
Oops, commit a forrest change w/o this matching one.
Revision Changes Path
1.17 +11 -0 gump/python/gump/gumprun.py
Index: gumprun.py
===================================================================
RCS file: /home/cvs/gump/python/gump/gumprun.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gumprun.py 18 Mar 2004 23:24:56 -0000 1.16
+++ gumprun.py 29 Mar 2004 22:10:24 -0000 1.17
@@ -356,6 +356,11 @@
# Default is Text unless Forrest is in the environment,
# but can also force text with --text
self.text=0
+ # If using Forrest, this say leave xdocs, do NOT run
+ # the 'forrest' build inlined.
+ self.xdoc=0
+
+ # The implementation that will do it...
self.documenter=TextDocumenter()
def setDocumenter(self, documenter):
@@ -386,6 +391,12 @@
def setText(self,text):
self.text=text
+
+ def isXDoc(self):
+ return self.xdoc
+
+ def setXDoc(self,xdoc):
+ self.xdoc=xdoc
def isCache(self):
return self.cache
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]