[Synopsis-changes] Synopsis/Synopsis/demo/Boost synopsis.py,1.1,1.2
Stefan Seefeld stefan at synopsis.fresco.orgMon Nov 17 01:26:21 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors XRefCompiler.py,1.6,1.7
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters TexInfo.py,1.6,1.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/Boost
In directory frida:/tmp/cvs-serv14652/demo/Boost
Modified Files:
synopsis.py
Log Message:
use 'xref_prefix' and 'output' instead of 'xref_path' and 'xref_file'
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/Boost/synopsis.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- synopsis.py 16 Nov 2003 22:24:13 -0000 1.1
+++ synopsis.py 17 Nov 2003 01:26:18 -0000 1.2
@@ -33,7 +33,8 @@ linker = Composite(Unduplicator(), #
Previous(), # attach '//<-' comments
Dummies(), # drop 'dummy' declarations
EmptyNS(), # skip empty namespaces
- #XRefCompiler(), # compile xref dictionary
+ XRefCompiler(xref_prefix='BoostXRef/',
+ output='all.xref'), # compile xref dictionary
AccessRestrictor()) # filter out unwanted ('private', say) declarations
dump = Dump.Formatter(show_declarations = True,
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors XRefCompiler.py,1.6,1.7
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters TexInfo.py,1.6,1.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list