[Synopsis-changes] Synopsis/Synopsis/demo/Boost synopsis.py,1.1,1.2

Stefan Seefeld stefan at synopsis.fresco.org
Mon Nov 17 01:26:21 UTC 2003


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,





More information about the Synopsis-changes mailing list