[Synopsis-cvs] CVS: Synopsis/demo/Boost Makefile,1.2 boost.synopsis,1.3
Stephen Davies chalky at users.sourceforge.netThu Oct 10 23:04:02 UTC 2002
- Previous message: [Synopsis-cvs] CVS: Synopsis/Synopsis/UI/Qt actionvis.py,1.10 browse.py,1.11 project.py,1.6
- Next message: [Synopsis-cvs] CVS: Synopsis/Synopsis/Parser/C++/syn occ.cc,1.70 swalker.cc,1.57 swalker.hh,1.24 synopsis.cc,1.39
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/synopsis/Synopsis/demo/Boost
In directory usw-pr-cvs1:/tmp/cvs-serv3945
Modified Files:
Makefile boost.synopsis
Log Message:
Added options for displaying source
Index: boost.synopsis
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/demo/Boost/boost.synopsis,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** boost.synopsis 28 Sep 2002 06:31:28 -0000 1.2
--- boost.synopsis 11 Oct 2002 06:03:56 -0000 1.3
***************
*** 6,10 ****
class Project:
! name = './'
data_dir = './'
actions = [
--- 6,10 ----
class Project:
! name = 'Boost Python'
data_dir = './'
actions = [
***************
*** 28,34 ****
FilePages=struct(
toc_files=[],
! file_path='./%s',
scope='',
! links_path='./%s-links'
),
FileTree=struct(
--- 28,34 ----
FilePages=struct(
toc_files=[],
! file_path='%s',
scope='',
! links_path='BoostLinks/%s'
),
FileTree=struct(
***************
*** 48,52 ****
main_file=1,
verbose=1,
! emulate_compiler='g++-3.2'
)],
['CacherAction', 237, 57, 'File Cacher', 'BoostFiles', None],
--- 48,53 ----
main_file=1,
verbose=1,
! emulate_compiler='g++-3.2',
! syntax_prefix='BoostLinks/'
)],
['CacherAction', 237, 57, 'File Cacher', 'BoostFiles', None],
***************
*** 77,82 ****
FilePages=struct(
toc_files=[],
! links_path='./%s-links',
! file_path='./%s',
scope=''
),
--- 78,83 ----
FilePages=struct(
toc_files=[],
! links_path='BoostLinks/%s',
! file_path='%s',
scope=''
),
- Previous message: [Synopsis-cvs] CVS: Synopsis/Synopsis/UI/Qt actionvis.py,1.10 browse.py,1.11 project.py,1.6
- Next message: [Synopsis-cvs] CVS: Synopsis/Synopsis/Parser/C++/syn occ.cc,1.70 swalker.cc,1.57 swalker.hh,1.24 synopsis.cc,1.39
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list