[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.4,1.5
Stefan Seefeld stefan at synopsis.fresco.orgTue Dec 2 05:51:05 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors/Comments Comments.py,1.26,1.27
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors/Comments Comments.py,1.26,1.27
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list