Add Norton's example. See http://scons.tigris.org/ds/viewMessage.do?dsForumId=1272&dsMessageId=954207
This commit is contained in:
parent
bb3755562e
commit
cb8f493718
3 changed files with 1250 additions and 0 deletions
4
Sample/SConstruct
Normal file
4
Sample/SConstruct
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
env =Environment(tools=['default', 'doxygen'], toolpath='.')
|
||||
env.Doxygen('doxy.cfg')
|
||||
|
||||
1242
Sample/doxy.cfg
Normal file
1242
Sample/doxy.cfg
Normal file
File diff suppressed because it is too large
Load diff
4
Sample/test.h
Normal file
4
Sample/test.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* \file
|
||||
* Test file.
|
||||
*/
|
||||
Loading…
Reference in a new issue