[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.8,1.9
Stefan Seefeld stefan at synopsis.fresco.orgThu Dec 4 22:26:12 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML/Parts Heading.py,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis setup.py,1.14,1.15
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/Boost
In directory frida:/tmp/cvs-serv3337/demo/C++/Boost
Modified Files:
synopsis.py
Log Message:
keep subdirs of 'boost/python/', too
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Boost/synopsis.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -d -r1.8 -r1.9
--- synopsis.py 4 Dec 2003 01:34:49 -0000 1.8
+++ synopsis.py 4 Dec 2003 22:26:09 -0000 1.9
@@ -11,6 +11,9 @@ from Synopsis.Formatters.HTML.Pages impo
# this is actually only here as a hack for backward compatibility.
import glob
extra_input = glob.glob('boost/boost/python/*.hpp')
+extra_input += glob.glob('boost/boost/python/object/*.hpp')
+extra_input += glob.glob('boost/boost/python/converter/*.hpp')
+extra_input += glob.glob('boost/boost/python/detail/*.hpp')
# the python include path can be obtained from distutils.sysconfig,
# assuming that the python version used to run synopsis is the same
@@ -53,4 +56,5 @@ formatter = HTML.Formatter(stylesheet_fi
process(parse = Composite(parser, linker),
xref = xref,
link = linker,
+ dump = Dump.Formatter(),
format = formatter)
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML/Parts Heading.py,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis setup.py,1.14,1.15
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list