Changeset b4fac43
- Timestamp:
- Mar 2, 2013, 8:28:09 AM (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:
- 170baea
- Parents:
- 9f6e4c5
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/full.cfg
r9f6e4c5 rb4fac43 115 115 # path to strip. 116 116 117 STRIP_FROM_PATH = .. 117 STRIP_FROM_PATH = ../src 118 118 119 119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of … … 471 471 SHOW_USED_FILES = YES 472 472 473 # If the sources in your project are distributed over multiple directories474 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy475 # in the documentation. The default is NO.476 477 SHOW_DIRECTORIES = YES478 479 473 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. 480 474 # This will remove the Files entry from the Quick Index and from the … … 627 621 628 622 EXAMPLE_PATH = ../examples \ 629 ../ 623 ../tests/src 630 624 631 625 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 797 791 798 792 HTML_STYLESHEET = 799 800 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,801 # files or namespaces will be aligned in HTML using tables. If set to802 # NO a bullet list will be used.803 804 HTML_ALIGN_MEMBERS = YES805 793 806 794 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML … … 951 939 952 940 GENERATE_TREEVIEW = NO 953 954 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,955 # and Class Hierarchy pages using a tree view instead of an ordered list.956 957 USE_INLINE_TREES = NO958 941 959 942 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be -
doc/web.cfg
r9f6e4c5 rb4fac43 32 32 # if some version control system is used. 33 33 34 PROJECT_NUMBER = "version 0.4.0 "34 PROJECT_NUMBER = "version 0.4.0alpha1" 35 35 36 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 471 471 SHOW_USED_FILES = YES 472 472 473 # If the sources in your project are distributed over multiple directories474 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy475 # in the documentation. The default is NO.476 477 SHOW_DIRECTORIES = YES478 479 473 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. 480 474 # This will remove the Files entry from the Quick Index and from the … … 586 580 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 587 581 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 filterbank.h \ 602 filterbank_mel.h \ 603 mfcc.h \ 604 specdesc.h \ 605 pitch.h \ 606 onset.h \ 607 peakpicker.h \ 608 tempo.h 582 FILE_PATTERNS = 609 583 610 584 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 618 592 # subdirectory from a directory tree whose root is specified with the INPUT tag. 619 593 620 EXCLUDE = ../src/aubio_priv.h \ 621 ../src/temporal/filter_priv.h 594 EXCLUDE = ../src/aubio_priv.h 622 595 623 596 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 818 791 819 792 HTML_STYLESHEET = 820 821 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,822 # files or namespaces will be aligned in HTML using tables. If set to823 # NO a bullet list will be used.824 825 HTML_ALIGN_MEMBERS = YES826 793 827 794 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML … … 972 939 973 940 GENERATE_TREEVIEW = NO 974 975 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,976 # and Class Hierarchy pages using a tree view instead of an ordered list.977 978 USE_INLINE_TREES = NO979 941 980 942 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
Note: See TracChangeset
for help on using the changeset viewer.