[Synopsis-changes] Synopsis/Synopsis/demo/Mixed synopsis.py,1.4,1.5

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


Update of /cvs/synopsis/Synopsis/demo/Mixed
In directory frida:/tmp/cvs-serv11460/demo/Mixed

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

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/Mixed/synopsis.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- synopsis.py	8 Dec 2003 00:39:25 -0000	1.4
+++ synopsis.py	9 Dec 2003 06:34:15 -0000	1.5
@@ -43,8 +43,7 @@ cxx = Composite(Cxx.Parser(preprocessor 
                 SSDComments(),      # filter out any non-'//.' comments
                 CommentStripper())  # strip any 'suspicious' comments
 
-format_idl = HTML.Formatter(stylesheet_file = '../html.css',
-                            toc_out = 'interface.toc',
+format_idl = HTML.Formatter(toc_out = 'interface.toc',
                             views = [FramesIndex(),
                                      Scope(),
                                      ModuleListing(),
@@ -55,8 +54,7 @@ format_idl = HTML.Formatter(stylesheet_f
                                      InheritanceGraph(),
                                      NameIndex()])
 
-format_cxx = HTML.Formatter(stylesheet_file = '../html.css',
-                            toc_in = ['interface.toc|../interface'],
+format_cxx = HTML.Formatter(toc_in = ['interface.toc|../interface'],
                             views = [FramesIndex(),
                                      Scope(),
                                      ModuleListing(),





More information about the Synopsis-changes mailing list