[Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.6,1.7
Stefan Seefeld stefan at synopsis.fresco.orgTue Dec 9 06:34:16 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/IDL synopsis.py,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/GapBuffer
In directory frida:/tmp/cvs-serv11460/demo/C++/GapBuffer
Modified Files:
synopsis.py
Log Message:
get rid of stylesheet_file parameter
Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/GapBuffer/synopsis.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- synopsis.py 8 Dec 2003 15:10:54 -0000 1.6
+++ synopsis.py 9 Dec 2003 06:34:14 -0000 1.7
@@ -22,8 +22,7 @@ linker = Linker(Stripper(), # st
xref = XRefCompiler(prefix = 'xref')
-html = HTML.Formatter(stylesheet_file = '../../html.css',
- views = [FramesIndex(),
+html = HTML.Formatter(views = [FramesIndex(),
Scope(),
ModuleListing(),
ModuleIndexer(),
@@ -39,8 +38,7 @@ html = HTML.Formatter(stylesheet_file =
template = View.Template(template='sxr.tmpl',
copy_files = ['logo.png'])
-sxr = HTML.Formatter(stylesheet_file = '../../html.css',
- views = [DirBrowse(template = template),
+sxr = HTML.Formatter(views = [DirBrowse(template = template),
Scope(template = template),
ModuleListing(template = template),
InheritanceTree(template = template),
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee synopsis.py,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/IDL synopsis.py,1.2,1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list