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

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 05:51:05 UTC 2003


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

Modified Files:
	synopsis.py 
Log Message:
get rid of 'Dummies' processor

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Boost/synopsis.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- synopsis.py	23 Nov 2003 17:27:32 -0000	1.4
+++ synopsis.py	2 Dec 2003 05:51:03 -0000	1.5
@@ -35,8 +35,7 @@ linker = Linker(Stripper(),         # st
                 SSComments(),       # filter out any non-'//' comments
                 Grouper2(),         # group declarations according to '@group' tags
                 CommentStripper(),  # strip any 'suspicious' comments
-                Previous(),         # attach '//<-' comments
-                Dummies(),          # drop 'dummy' declarations
+                Previous(),         # attach '//<' comments
                 EmptyNS(),          # skip empty namespaces
                 AccessRestrictor()) # filter out unwanted ('private', say) declarations
 





More information about the Synopsis-changes mailing list