[Synopsis-changes] Synopsis/Synopsis/doc/Manual synopsis.py,1.11,1.12
Stefan Seefeld stefan at synopsis.fresco.orgTue Dec 9 06:34:17 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Python synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters XRef.py,1.5,1.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/doc/Manual
In directory frida:/tmp/cvs-serv11460/doc/Manual
Modified Files:
synopsis.py
Log Message:
get rid of stylesheet_file parameter
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Manual/synopsis.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -d -r1.11 -r1.12
--- synopsis.py 8 Dec 2003 18:53:40 -0000 1.11
+++ synopsis.py 9 Dec 2003 06:34:15 -0000 1.12
@@ -34,8 +34,7 @@ cxx_processor = Linker(SSDComments(),
NamePrefixer(prefix = ['Synopsis', 'Parsers', 'Cxx', 'Parser'],
type = 'Package'))
-html = HTML.Formatter(stylesheet_file = os.path.join(config.datadir, 'html.css'),
- toc_out = 'links.toc',
+html = HTML.Formatter(toc_out = 'links.toc',
file_layout = NestedFileLayout(),
tree_formatter = TreeFormatterJS(),
comment_formatters = [Comments.Javadoc(), Comments.Section()],
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Python synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters XRef.py,1.5,1.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list