- Timestamp:
- Sep 29, 2006, 3:41:18 PM (18 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 9ec7876
- Parents:
- b1bfc61
- Location:
- doc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
rb1bfc61 r4eafd5b 16 16 -rm -rf devel 17 17 18 PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS` 18 19 maintainer-clean-local: doc-clean 19 20 20 21 doc-devel: 21 doxygen $(srcdir)/devel.cfg22 (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg) | doxygen - 22 23 23 24 doc-user: 24 doxygen $(srcdir)/user.cfg25 (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg) | doxygen - 25 26 26 27 doc-examples: 27 doxygen $(srcdir)/examples.cfg28 (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg) | doxygen - 28 29 29 30 %.sgml: -
doc/devel.cfg
rb1bfc61 r4eafd5b 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = 0.3.026 #PROJECT_NUMBER = 0.3.0 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) -
doc/examples.cfg
rb1bfc61 r4eafd5b 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = 0.2.026 #PROJECT_NUMBER = 0.2.0 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) -
doc/user.cfg
rb1bfc61 r4eafd5b 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = 0.3.026 #PROJECT_NUMBER = 0.3.0 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
Note: See TracChangeset
for help on using the changeset viewer.