[Synopsis-changes] Synopsis/Synopsis/Synopsis/Parsers/Cxx Parser.py,1.5,1.6

Stefan Seefeld stefan at synopsis.fresco.org
Wed Dec 3 03:43:29 UTC 2003


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)





More information about the Synopsis-changes mailing list