[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.5,1.6

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 16:20:31 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/C++/Boost
In directory frida:/tmp/cvs-serv9984/demo/C++/Boost

Modified Files:
	synopsis.py 
Log Message:
eliminate EmptyNS

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Boost/synopsis.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- synopsis.py	2 Dec 2003 05:51:03 -0000	1.5
+++ synopsis.py	2 Dec 2003 16:20:29 -0000	1.6
@@ -36,12 +36,12 @@ linker = Linker(Stripper(),         # st
                 Grouper2(),         # group declarations according to '@group' tags
                 CommentStripper(),  # strip any 'suspicious' comments
                 Previous(),         # attach '//<' comments
-                EmptyNS(),          # skip empty namespaces
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 
 formatter = HTML.Formatter(stylesheet_file = '../../html.css')
 
-process(parse = Composite(parser, linker),
+process(parse2 = parser,
+        parse = Composite(parser, linker),
         xref = xref,
         link = linker,
         format = formatter)





More information about the Synopsis-changes mailing list