Changeset a24a84e
- Timestamp:
- Mar 26, 2017, 2:30:32 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- 1239d23, 92f334f
- Parents:
- eff9f71
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/web.cfg
reff9f71 ra24a84e 39 39 # control system is used. 40 40 41 PROJECT_NUMBER = " 0.4.5~alpha"41 PROJECT_NUMBER = "latest" 42 42 43 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description -
wscript
reff9f71 ra24a84e 442 442 # build documentation from source files using doxygen 443 443 if bld.env['DOXYGEN']: 444 bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', 444 bld.env.VERSION = VERSION 445 rule = '( cat ${SRC} && echo PROJECT_NUMBER=${VERSION}; )' 446 rule += ' | doxygen - > /dev/null' 447 bld( name = 'doxygen', rule = rule, 445 448 source = 'doc/web.cfg', 446 449 target = '../doc/web/html/index.html',
Note: See TracChangeset
for help on using the changeset viewer.