[Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.9,1.10
Stefan Seefeld stefan at synopsis.fresco.orgMon Dec 8 00:39:27 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML/Parts Heading.py,1.5,1.6 Inheritance.py,1.4,1.5 Summary.py,1.5,1.6
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/Boost
In directory frida:/tmp/cvs-serv5954/demo/C++/Boost
Modified Files:
synopsis.py
Log Message:
s/page/view/g
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Boost/synopsis.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- synopsis.py 4 Dec 2003 22:26:09 -0000 1.9
+++ synopsis.py 8 Dec 2003 00:39:24 -0000 1.10
@@ -6,7 +6,7 @@ from Synopsis.Parsers import Cxx
from Synopsis.Processors import *
from Synopsis.Formatters import Dump
from Synopsis.Formatters import HTML
-from Synopsis.Formatters.HTML.Pages import *
+from Synopsis.Formatters.HTML.Views import *
# this is actually only here as a hack for backward compatibility.
import glob
@@ -34,13 +34,13 @@ xref = XRefCompiler(prefix='xref/') #
linker = Linker(SSComments(), # filter out any non-'//' comments
- Grouper2(), # group declarations according to '@group' tags
+ Grouper1(), # group declarations according to '@group' tags
Previous(), # attach '//<' comments
CommentStripper(), # strip any 'suspicious' comments
AccessRestrictor()) # filter out unwanted ('private', say) declarations
formatter = HTML.Formatter(stylesheet_file = '../../html.css',
- pages = [FramesIndex(),
+ views = [FramesIndex(),
Scope(),
ModuleListing(),
ModuleIndexer(),
@@ -49,7 +49,7 @@ formatter = HTML.Formatter(stylesheet_fi
FileDetails(),
InheritanceTree(),
InheritanceGraph(),
- FileSource(prefix = 'links'),
+ Source(prefix = 'links'),
NameIndex(),
XRef(xref_file = 'bpl.xref')])
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters/HTML/Parts Heading.py,1.5,1.6 Inheritance.py,1.4,1.5 Summary.py,1.5,1.6
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list