[Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.1,1.2
Stefan Seefeld stefan at synopsis.fresco.orgSat Nov 22 21:49:30 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Shapes Makefile,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/GapBuffer
In directory frida:/tmp/cvs-serv27977/demo/C++/GapBuffer
Modified Files:
synopsis.py
Log Message:
replace Unduplicator by Linker
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/GapBuffer/synopsis.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- synopsis.py 18 Nov 2003 07:33:11 -0000 1.1
+++ synopsis.py 22 Nov 2003 21:49:28 -0000 1.2
@@ -12,16 +12,15 @@ from Synopsis.Formatters import TexInfo
parser = Cxx.Parser(syntax_prefix = 'links',
xref_prefix = 'xref')
-linker = Composite(Unduplicator(), # remove duplicate and forward declarations
- Stripper(), # strip prefix (see Linker.Stripper.Stripper docs)
- NameMapper(), # apply name mapping if any (prefix adding, etc.)
- SSDComments(), # filter out any non-'//' comments
- Grouper1(), # group declarations according to '@group' tags
- CommentStripper(), # strip any 'suspicious' comments
- Previous(), # attach '//<-' comments
- Dummies(), # drop 'dummy' declarations
- EmptyNS(), # skip empty namespaces
- AccessRestrictor()) # filter out unwanted ('private', say) declarations
+linker = Linker(Stripper(), # strip prefix (see Linker.Stripper.Stripper docs)
+ NameMapper(), # apply name mapping if any (prefix adding, etc.)
+ SSDComments(), # filter out any non-'//.' comments
+ Grouper1(), # group declarations according to '@group' tags
+ CommentStripper(), # strip any 'suspicious' comments
+ Previous(), # attach '//<-' comments
+ Dummies(), # drop 'dummy' declarations
+ EmptyNS(), # skip empty namespaces
+ AccessRestrictor()) # filter out unwanted ('private', say) declarations
xref = XRefCompiler(prefix = 'xref')
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Shapes Makefile,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list