[Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.2,1.3

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


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

Modified Files:
	synopsis.py 
Log Message:
eliminate EmptyNS

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Employee/synopsis.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- synopsis.py	22 Nov 2003 21:49:27 -0000	1.2
+++ synopsis.py	2 Dec 2003 16:20:29 -0000	1.3
@@ -11,7 +11,6 @@ linker = Linker(Stripper(),         # st
                 JavaComments(),     # only keep javadoc-like comments
                 JavaTags(),         # process javadoc-like tags
                 Summarizer(),       
-                EmptyNS(),          # skip empty namespaces
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 
 process(parse = Cxx.Parser(),





More information about the Synopsis-changes mailing list