[Synopsis-changes] Synopsis/Synopsis/Synopsis/Parsers/Cxx Parser.py,1.5,1.6
Stefan Seefeld stefan at synopsis.fresco.orgWed Dec 3 03:43:29 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/tests/Processors/Previous synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/doc/Tutorial Makefile,1.10,1.11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/Synopsis/Parsers/Cxx
In directory frida:/tmp/cvs-serv22178/Synopsis/Parsers/Cxx
Modified Files:
Parser.py
Log Message:
suppress obsolete extract_tails parameter
Index: Parser.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Parsers/Cxx/Parser.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- Parser.py 18 Nov 2003 07:25:58 -0000 1.5
+++ Parser.py 3 Dec 2003 03:43:26 -0000 1.6
@@ -24,7 +24,6 @@ class Parser(Processor):
cppflags = Parameter([], 'list of preprocessor flags such as -I or -D')
main_file_only = Parameter(True, 'should only main file be processed')
base_path = Parameter('', 'path prefix to strip off of the file names')
- extract_tails = Parameter(True, 'consider comments at the end of declarations')
syntax_prefix = Parameter(None, 'path prefix (directory) to contain syntax info')
xref_prefix = Parameter(None, 'path prefix (directory) to contain xref info')
@@ -43,7 +42,6 @@ class Parser(Processor):
self.base_path,
self.preprocessor,
self.cppflags,
- self.extract_tails,
self.syntax_prefix,
self.xref_prefix,
self.emulate_compiler)
- Previous message: [Synopsis-changes] Synopsis/Synopsis/tests/Processors/Previous synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/doc/Tutorial Makefile,1.10,1.11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list