This commit is contained in:
Russel Winder 2010-03-05 21:28:18 +00:00 committed by Ichthyostega
parent bb3755562e
commit cb8f493718
3 changed files with 1250 additions and 0 deletions

4
Sample/SConstruct Normal file
View file

@ -0,0 +1,4 @@
env =Environment(tools=['default', 'doxygen'], toolpath='.')
env.Doxygen('doxy.cfg')

1242
Sample/doxy.cfg Normal file

File diff suppressed because it is too large Load diff

4
Sample/test.h Normal file
View file

@ -0,0 +1,4 @@
/**
* \file
* Test file.
*/