[Synopsis-changes] Synopsis/Synopsis/doc/Manual synopsis.py,1.8,1.9
Stefan Seefeld stefan at synopsis.fresco.orgMon Dec 8 00:39:27 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Mixed synopsis.py,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters XRef.py,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/doc/Manual
In directory frida:/tmp/cvs-serv5954/doc/Manual
Modified Files:
synopsis.py
Log Message:
s/page/view/g
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Manual/synopsis.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -d -r1.8 -r1.9
--- synopsis.py 6 Dec 2003 04:04:10 -0000 1.8
+++ synopsis.py 8 Dec 2003 00:39:25 -0000 1.9
@@ -10,7 +10,7 @@ from Synopsis.Formatters import HTML
from Synopsis.Formatters.HTML.FileLayout import *
from Synopsis.Formatters.HTML.TreeFormatterJS import *
from Synopsis.Formatters.HTML import Comments
-from Synopsis.Formatters.HTML.Pages import *
+from Synopsis.Formatters.HTML.Views import *
from Synopsis.Formatters import TexInfo
from Synopsis.Formatters import Dump
@@ -39,11 +39,11 @@ html = HTML.Formatter(stylesheet_file =
file_layout = NestedFileLayout(),
tree_formatter = TreeFormatterJS(),
comment_formatters = [Comments.Javadoc(), Comments.Section()],
- pages = [FramesIndex(),
+ views = [FramesIndex(),
Scope(),
- FileSource(prefix = 'links',
- toc_in = ['links.toc'],
- scope = 'Synopsis::Parsers::Cxx'),
+ Source(prefix = 'links',
+ toc_in = ['links.toc'],
+ scope = 'Synopsis::Parsers::Cxx'),
ModuleListing(),
ModuleIndexer(),
FileListing(),
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Mixed synopsis.py,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Formatters XRef.py,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list