- Timestamp:
- Mar 2, 2013, 8:16:49 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:
- c0608bd
- Parents:
- 621f1ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/web.cfg
r621f1ff r867084e 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 … … 606 606 # for example use the pattern */test/* 607 607 608 EXCLUDE_PATTERNS = * .c608 EXCLUDE_PATTERNS = */src/*.c */src/*/*.c 609 609 610 610 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names … … 620 620 # the \include command). 621 621 622 EXAMPLE_PATH = ../examples \623 ../tests/src 622 EXAMPLE_PATH = ../examples ../tests/src 623 624 624 625 625 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 628 628 # blank all files are included. 629 629 630 EXAMPLE_PATTERNS = 630 EXAMPLE_PATTERNS = *.c 631 631 632 632 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be … … 635 635 # Possible values are YES and NO. If left blank NO is used. 636 636 637 EXAMPLE_RECURSIVE = NO637 EXAMPLE_RECURSIVE = YES 638 638 639 639 # The IMAGE_PATH tag can be used to specify one or more files or
Note: See TracChangeset
for help on using the changeset viewer.