[Synopsis-changes] Synopsis/Synopsis/tests/Parsers/Cxx synopsis.py,1.2,1.3

Stefan Seefeld stefan at synopsis.fresco.org
Wed Dec 3 03:41:40 UTC 2003


Update of /cvs/synopsis/Synopsis/tests/Parsers/Cxx
In directory frida:/tmp/cvs-serv22070/Parsers/Cxx

Modified Files:
	synopsis.py 
Log Message:
suppress stylesheet

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/tests/Parsers/Cxx/synopsis.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- synopsis.py	30 Nov 2003 01:28:30 -0000	1.2
+++ synopsis.py	3 Dec 2003 03:41:37 -0000	1.3
@@ -3,5 +3,6 @@ from Synopsis.Processor import Composite
 from Synopsis.Parsers import Cxx
 from Synopsis.Formatters import Dump
 
-process(parse = Composite(Cxx.Parser(), Dump.Formatter(show_ids = False)))
+process(parse = Composite(Cxx.Parser(), Dump.Formatter(show_ids = False,
+                                                       stylesheet = None)))
 





More information about the Synopsis-changes mailing list