[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.10,1.11
Stefan Seefeld stefan at synopsis.fresco.orgTue Dec 9 06:34:16 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML Formatter.py,1.17,1.18 View.py,1.24,1.25
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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(),
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML Formatter.py,1.17,1.18 View.py,1.24,1.25
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list