[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.10,1.11

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 9 06:34:16 UTC 2003


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

Modified Files:
	synopsis.py 
Log Message:
get rid of stylesheet_file parameter

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Boost/synopsis.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -d -r1.10 -r1.11
--- synopsis.py	8 Dec 2003 00:39:24 -0000	1.10
+++ synopsis.py	9 Dec 2003 06:34:14 -0000	1.11
@@ -39,8 +39,7 @@ linker = Linker(SSComments(),       # fi
                 CommentStripper(),  # strip any 'suspicious' comments
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 
-formatter = HTML.Formatter(stylesheet_file = '../../html.css',
-                           views = [FramesIndex(),
+formatter = HTML.Formatter(views = [FramesIndex(),
                                     Scope(),
                                     ModuleListing(),
                                     ModuleIndexer(),





More information about the Synopsis-changes mailing list