[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.5,1.6
Stefan Seefeld stefan at synopsis.fresco.orgTue Dec 2 16:20:31 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors Linker.py,1.11,1.12 __init__.py,1.6,1.7
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee 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-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)
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors Linker.py,1.11,1.12 __init__.py,1.6,1.7
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list