[Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee 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/Synopsis/Processors Linker.py,1.8,1.9 __init__.py,1.5,1.6
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/Employee
In directory frida:/tmp/cvs-serv27977/demo/C++/Employee
Modified Files:
synopsis.py
Log Message:
replace Unduplicator by Linker
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Employee/synopsis.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- synopsis.py 18 Nov 2003 16:47:06 -0000 1.1
+++ synopsis.py 22 Nov 2003 21:49:27 -0000 1.2
@@ -6,14 +6,13 @@ from Synopsis.Parsers import Cxx
from Synopsis.Processors import *
from Synopsis.Formatters import HTML
-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.)
- JavaComments(), # only keep javadoc-like comments
- JavaTags(), # process javadoc-like tags
- Summarizer(),
- 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.)
+ 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(),
link = linker,
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors Linker.py,1.8,1.9 __init__.py,1.5,1.6
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list