Changeset 31fab98
- Timestamp:
- Mar 7, 2013, 9:32:00 PM (12 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:
- 2382036
- Parents:
- 535d127
- Location:
- doc
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/full.cfg
r535d127 r31fab98 32 32 # if some version control system is used. 33 33 34 PROJECT_NUMBER = 34 PROJECT_NUMBER = "0.4.0alpha" 35 35 36 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 580 580 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 581 581 582 FILE_PATTERNS = 582 FILE_PATTERNS = *.h *.c 583 583 584 584 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 620 620 # the \include command). 621 621 622 EXAMPLE_PATH = ../examples \ 623 ../tests/src 622 EXAMPLE_PATH = ../examples ../tests/src 624 623 625 624 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 691 690 # fragments. Normal C and C++ comments will always remain visible. 692 691 693 STRIP_CODE_COMMENTS = YES692 STRIP_CODE_COMMENTS = NO 694 693 695 694 # If the REFERENCED_BY_RELATION tag is set to YES -
doc/web.cfg
r535d127 r31fab98 32 32 # if some version control system is used. 33 33 34 PROJECT_NUMBER = " version 0.4.0alpha1"34 PROJECT_NUMBER = "0.4.0alpha" 35 35 36 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 580 580 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 581 581 582 FILE_PATTERNS = *.h *.c582 FILE_PATTERNS = *.h 583 583 584 584 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 592 592 # subdirectory from a directory tree whose root is specified with the INPUT tag. 593 593 594 EXCLUDE = ../src/aubio_priv.h 594 EXCLUDE = ../src/aubio_priv.h \ 595 ../src/mathutils .h \ 596 ../src/io/source_sndfile.h \ 597 ../src/io/source_apple_audio.h \ 598 ../src/io/sink_sndfile.h \ 599 ../src/io/sink_apple_audio.h \ 600 ../src/io/sndfileio.h \ 601 ../src/onset/peakpicker.h \ 602 ../src/pitch/pitchmcomb.h \ 603 ../src/pitch/pitchyin.h \ 604 ../src/pitch/pitchyinfft.h \ 605 ../src/pitch/pitchschmitt.h \ 606 ../src/pitch/pitchfcomb.h \ 607 ../src/tempo/beattracking.h \ 608 ../src/utils/scale.h \ 609 ../src/utils.h 595 610 596 611 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 606 621 # for example use the pattern */test/* 607 622 608 EXCLUDE_PATTERNS = */src/*.c */src/*/*.c623 EXCLUDE_PATTERNS = 609 624 610 625 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names … … 622 637 EXAMPLE_PATH = ../examples ../tests/src 623 638 624 625 639 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 626 640 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp … … 628 642 # blank all files are included. 629 643 630 EXAMPLE_PATTERNS = *.c644 EXAMPLE_PATTERNS = 631 645 632 646 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be … … 635 649 # Possible values are YES and NO. If left blank NO is used. 636 650 637 EXAMPLE_RECURSIVE = YES651 EXAMPLE_RECURSIVE = NO 638 652 639 653 # The IMAGE_PATH tag can be used to specify one or more files or
Note: See TracChangeset
for help on using the changeset viewer.