[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.7,1.8

Stefan Seefeld stefan at synopsis.fresco.org
Thu Dec 4 01:34:51 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/C++/Boost
In directory frida:/tmp/cvs-serv13288

Modified Files:
	synopsis.py 
Log Message:
reenable xref, source listing

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Boost/synopsis.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- synopsis.py	4 Dec 2003 01:14:35 -0000	1.7
+++ synopsis.py	4 Dec 2003 01:34:49 -0000	1.8
@@ -6,6 +6,7 @@ from Synopsis.Parsers import Cxx
 from Synopsis.Processors import *
 from Synopsis.Formatters import Dump
 from Synopsis.Formatters import HTML
+from Synopsis.Formatters.HTML.Pages import *
 
 # this is actually only here as a hack for backward compatibility.
 import glob
@@ -35,7 +36,19 @@ linker = Linker(SSComments(),       # fi
                 CommentStripper(),  # strip any 'suspicious' comments
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 
-formatter = HTML.Formatter(stylesheet_file = '../../html.css')
+formatter = HTML.Formatter(stylesheet_file = '../../html.css',
+                           pages = [FramesIndex(),
+                                    Scope(),
+                                    ModuleListing(),
+                                    ModuleIndexer(),
+                                    FileListing(),
+                                    FileIndexer(),
+                                    FileDetails(),
+                                    InheritanceTree(),
+                                    InheritanceGraph(),
+                                    FileSource(prefix = 'links'),
+                                    NameIndex(),
+                                    XRef(xref_file = 'bpl.xref')])
 
 process(parse = Composite(parser, linker),
         xref = xref,





More information about the Synopsis-changes mailing list