[Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.4,1.5

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


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

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

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Employee/synopsis.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- synopsis.py	5 Dec 2003 22:43:41 -0000	1.4
+++ synopsis.py	9 Dec 2003 06:34:14 -0000	1.5
@@ -13,4 +13,4 @@ linker = Linker(JavaComments(),     # on
 
 process(parse = Cxx.Parser(),
         link = linker,
-        format = HTML.Formatter(stylesheet_file = '../../html.css'))
+        format = HTML.Formatter())





More information about the Synopsis-changes mailing list