[Synopsis-changes] Synopsis/Synopsis/doc/Manual synopsis.py,1.11,1.12

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


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()],





More information about the Synopsis-changes mailing list