- Timestamp:
- Oct 25, 2009, 9:36:30 PM (15 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:
- e460e60
- Parents:
- 0e0a049
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/devel.cfg
r0e0a049 rb616ffe 569 569 # with spaces. 570 570 571 INPUT = ../src \ 572 ../ext 571 INPUT = ../src 573 572 574 573 # This tag can be used to specify the character encoding of the source files … … 782 781 # standard header. 783 782 784 HTML_HEADER = 783 HTML_HEADER = header.html 785 784 786 785 # The HTML_FOOTER tag can be used to specify a personal HTML footer for … … 797 796 # stylesheet in the HTML output directory as well, or it will be erased! 798 797 799 HTML_STYLESHEET = aubio.css798 HTML_STYLESHEET = 800 799 801 800 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, -
doc/user.cfg
r0e0a049 rb616ffe 32 32 # if some version control system is used. 33 33 34 PROJECT_NUMBER = 34 PROJECT_NUMBER = "version 0.4.0" 35 35 36 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 586 586 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 587 587 588 FILE_PATTERNS = *.h 588 FILE_PATTERNS = aubio.h \ 589 types.h \ 590 fvec.h \ 591 cvec.h \ 592 lvec.h \ 593 musicutils.h \ 594 resampler.h \ 595 filter.h \ 596 biquad.h \ 597 a_weighting.h \ 598 c_weighting.h \ 599 fft.h \ 600 phasevoc.h \ 601 mfcc.h \ 602 tss.h \ 603 filterbank.h \ 604 filterbank_mel.h \ 605 pitch.h \ 606 onset.h \ 607 onsetdetection.h \ 608 tempo.h 589 609 590 610 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 628 648 629 649 EXAMPLE_PATH = ../examples \ 630 ../ 650 ../tests/src 631 651 632 652 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 698 718 # fragments. Normal C and C++ comments will always remain visible. 699 719 700 STRIP_CODE_COMMENTS = YES720 STRIP_CODE_COMMENTS = NO 701 721 702 722 # If the REFERENCED_BY_RELATION tag is set to YES … … 782 802 # standard header. 783 803 784 HTML_HEADER = 804 HTML_HEADER = header.html 785 805 786 806 # The HTML_FOOTER tag can be used to specify a personal HTML footer for … … 797 817 # stylesheet in the HTML output directory as well, or it will be erased! 798 818 799 HTML_STYLESHEET = aubio.css819 HTML_STYLESHEET = 800 820 801 821 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
Note: See TracChangeset
for help on using the changeset viewer.