[Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.4,1.5
Stefan Seefeld stefan at synopsis.fresco.orgMon Dec 8 00:39:27 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.9,1.10
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/Mixed synopsis.py,1.3,1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/GapBuffer
In directory frida:/tmp/cvs-serv5954/demo/C++/GapBuffer
Modified Files:
synopsis.py
Log Message:
s/page/view/g
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/GapBuffer/synopsis.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- synopsis.py 2 Dec 2003 16:20:29 -0000 1.4
+++ synopsis.py 8 Dec 2003 00:39:24 -0000 1.5
@@ -5,8 +5,8 @@ from Synopsis.Processor import *
from Synopsis.Parsers import Cxx
from Synopsis.Processors import *
from Synopsis.Formatters import HTML
-from Synopsis.Formatters.HTML import Page
-from Synopsis.Formatters.HTML.Pages import *
+from Synopsis.Formatters.HTML import View
+from Synopsis.Formatters.HTML.Views import *
from Synopsis.Formatters import TexInfo
parser = Cxx.Parser(syntax_prefix = 'links',
@@ -23,31 +23,31 @@ linker = Linker(Stripper(), # st
xref = XRefCompiler(prefix = 'xref')
html = HTML.Formatter(stylesheet_file = '../../html.css',
- pages = [FramesIndex(),
+ views = [FramesIndex(),
Scope(),
ModuleListing(),
ModuleIndexer(),
FileListing(),
FileIndexer(),
FileDetails(),
- FileSource(prefix='links'),
+ Source(prefix='links'),
InheritanceTree(),
InheritanceGraph(),
NameIndex(),
XRef(xref_file = 'GapBuffer.xref')])
-template = Page.Template(template='sxr.tmpl',
+template = View.Template(template='sxr.tmpl',
copy_files = ['logo.png'])
sxr = HTML.Formatter(stylesheet_file = '../../html.css',
- pages = [DirBrowse(template = template),
+ views = [DirBrowse(template = template),
Scope(template = template),
ModuleListing(template = template),
InheritanceTree(template = template),
InheritanceGraph(template = template),
- FileSource(prefix = 'links',
- #toc_from = 'XRef',
- template = template),
+ Source(prefix = 'links',
+ #toc_from = 'XRef',
+ template = template),
RawFile(template = template),
NameIndex(template = template),
XRef(xref_file = 'GapBuffer.xref',
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Boost synopsis.py,1.9,1.10
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/Mixed synopsis.py,1.3,1.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list