[Synopsis-cvs] CVS: Synopsis/demo/Boost Makefile,1.6 boost.synopsis,1.10

Stephen Davies chalky at users.sourceforge.net
Fri Nov 1 22:40:44 UTC 2002


Update of /cvsroot/synopsis/Synopsis/demo/Boost
In directory usw-pr-cvs1:/tmp/cvs-serv18178/demo/Boost

Modified Files:
	Makefile boost.synopsis 
Log Message:
Allow non-frames output, some refactoring of page layout, new modules.


Index: boost.synopsis
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/demo/Boost/boost.synopsis,v
retrieving revision 1.6
retrieving revision 1.10
diff -C2 -d -r1.6 -r1.10
*** boost.synopsis	27 Oct 2002 12:25:41 -0000	1.6
--- boost.synopsis	2 Nov 2002 06:37:39 -0000	1.10
***************
*** 13,31 ****
        stylesheet='style.css',
        stylesheet_file='../html.css',
!       pages=['ScopePages', 'ModuleListing', 'ModuleIndexer', 'FileTree', 'InheritanceTree', 'InheritanceGraph', 'FilePages', 'NameIndex', 'FramesIndex'],
        InheritanceGraph=struct(
          min_size=3,
! 	min_group_size=10
        ),
        ScopePages=struct(
          parts=['Heading', 'Summary', 'Inheritance', 'Detail'],
!         heading_formatters=['Heading', 'ClassHierarchyGraph', 'DetailCommenter', 'SourceLinker'],
!         summary_formatters=['SummaryAST', 'SummaryCommenter', 'SourceLinker'],
!         detail_formatters=['DetailAST', 'DetailCommenter', 'SourceLinker']
        ),
        datadir='/usr/local/share/synopsis',
        file_layout='Synopsis.Formatter.HTML.FileLayout.FileLayout',
        tree_formatter='TreeFormatter.TreeFormatter',
!       comment_formatters=['summary', 'section'],
        FilePages=struct(
          toc_files=[],
--- 13,32 ----
        stylesheet='style.css',
        stylesheet_file='../html.css',
!       pages=['FramesIndex', 'ScopePages', 'ModuleListing', 'ModuleIndexer', 'FileTree', 'InheritanceTree', 'InheritanceGraph', 'FilePages', 'NameIndex', 'XRefPages'],
        InheritanceGraph=struct(
          min_size=3,
! 	min_group_size=5,
! 	direction='horizontal'
        ),
        ScopePages=struct(
          parts=['Heading', 'Summary', 'Inheritance', 'Detail'],
!         heading_formatters=['Heading', 'ClassHierarchyGraph', 'DetailCommenter', 'SourceLinker', 'XRefLinker'],
!         summary_formatters=['SummaryAST', 'SummaryCommenter', 'SourceLinker', 'XRefLinker'],
!         detail_formatters=['DetailAST', 'DetailCommenter', 'SourceLinker', 'XRefLinker']
        ),
        datadir='/usr/local/share/synopsis',
        file_layout='Synopsis.Formatter.HTML.FileLayout.FileLayout',
        tree_formatter='TreeFormatter.TreeFormatter',
!       comment_formatters=['quotehtml', 'summary', 'section'],
        FilePages=struct(
          toc_files=[],
***************
*** 37,46 ****
--- 38,96 ----
          link_to_pages=1
        ),
+       XRefPages=struct(
+ 	xref_file='BoostXRef/compiled.xref'
+       ),
        name='HTML',
        verbose=1,
+       structs_as_classes=1,
        output_dir='BoostPython/',
        ModuleListing=struct()
      )],
+     ['FormatAction', 327, 237, 'HTML Formatter - No Frames', struct(
+       stylesheet='style.css',
+       stylesheet_file='../html.css',
+       pages=['DirBrowse', 'ScopePages', 'ModuleListing', 'InheritanceTree', 'InheritanceGraph', 'FilePages', 'RawFilePages', 'NameIndex', 'XRefPages'],
+       default_toc='ScopePages',
+       base_dir='boost/',
+       start_dir='boost/boost/',
+       ModuleListing=struct(
+ 	short_title='Namespaces'
+       ),
+       InheritanceGraph=struct(
+         min_size=3,
+ 	min_group_size=5,
+ 	direction='horizontal'
+       ),
+       ScopePages=struct(
+         parts=['Heading', 'Summary', 'Inheritance', 'Detail'],
+         heading_formatters=['Heading', 'ClassHierarchyGraph', 'DetailCommenter', 'SourceLinker', 'XRefLinker'],
+         summary_formatters=['SummaryAST', 'SummaryCommenter', 'SourceLinker', 'XRefLinker'],
+         detail_formatters=['DetailAST', 'DetailCommenter', 'SourceLinker', 'XRefLinker']
+       ),
+       datadir='/usr/local/share/synopsis',
+       file_layout='Synopsis.Formatter.HTML.FileLayout.FileLayout',
+       tree_formatter='TreeFormatter.TreeFormatter',
+       comment_formatters=['quotehtml', 'summary', 'section'],
+       FilePages=struct(
+         toc_files=[],
+         file_path='%s',
+         scope='',
+         links_path='BoostLinks/%s'
+       ),
+       FileTree=struct(
+         link_to_pages=1
+       ),
+       XRefPages=struct(
+ 	xref_file='BoostXRef/compiled.xref'
+       ),
+       name='HTML',
+       verbose=1,
+       structs_as_classes=1,
+       output_dir='BoostPythonNF/'
+     )],
      ['SourceAction', 47, 41, 'Boost Sources', [
+       ['Base', 'boost/boost/', '*.hpp']
+     ]],
+     ['SourceAction', 47, 41, 'Boost Python Sources', [
        ['Base', 'boost/boost/python/', '*.hpp']
      ]],
***************
*** 52,74 ****
        verbose=0,
        emulate_compiler='g++-3.2',
!       syntax_prefix='BoostLinks/'
      )],
      ['CacherAction', 237, 57, 'File Cacher', 'BoostFiles', None],
      ['SourceAction', 50, 126, 'Test Source', [
!       ['Simple', 'boost/boost/python/object_core.hpp', None]
      ]],
      ['LinkerAction', 326, 58, 'Combined AST', struct(
        comment_processors=['dummy', 'ss'],
!       name='Linker'
      )],
      ['CacherAction', 327, 145, 'Combined AST Cache', 'BoostFiles', '']
    ]
    channels = [
!     ('Boost Sources', 'C++ Parser'),
      #('Test Source', 'C++ Parser'),
      ('C++ Parser', 'File Cacher'),
      ('File Cacher', 'Combined AST'),
      ('Combined AST', 'Combined AST Cache'),
!     ('Combined AST Cache', 'HTML Formatter')
    ]
    default_formatter = 'HTML Formatter'
--- 102,132 ----
        verbose=0,
        emulate_compiler='g++-3.2',
!       syntax_prefix='BoostLinks/',
!       xref_prefix='BoostXRef/'
      )],
      ['CacherAction', 237, 57, 'File Cacher', 'BoostFiles', None],
      ['SourceAction', 50, 126, 'Test Source', [
!       ['Simple', 'boost/boost/python/dict.hpp', None]
      ]],
      ['LinkerAction', 326, 58, 'Combined AST', struct(
+       name='Linker',
        comment_processors=['dummy', 'ss'],
!       operations=['Unduplicator', 'Stripper', 'NameMapper', 'Comments', 'EmptyNS', 'AccessRestrictor', 'XRefCompiler'],
!       XRefCompiler=struct(
! 	xref_path='BoostXRef/%s',
! 	xref_file='BoostXRef/compiled.xref'
!       )
      )],
      ['CacherAction', 327, 145, 'Combined AST Cache', 'BoostFiles', '']
    ]
    channels = [
!     #('Boost Sources', 'C++ Parser'),
!     ('Boost Python Sources', 'C++ Parser'),
      #('Test Source', 'C++ Parser'),
      ('C++ Parser', 'File Cacher'),
      ('File Cacher', 'Combined AST'),
      ('Combined AST', 'Combined AST Cache'),
!     ('Combined AST Cache', 'HTML Formatter'),
!     ('Combined AST Cache', 'HTML Formatter - No Frames')
    ]
    default_formatter = 'HTML Formatter'





More information about the Synopsis-changes mailing list