Changeset b4fac43 for doc


Ignore:
Timestamp:
Mar 2, 2013, 8:28:09 AM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

doc/: upgrade to latest doxygen

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/full.cfg

    r9f6e4c5 rb4fac43  
    115115# path to strip.
    116116
    117 STRIP_FROM_PATH        = ..
     117STRIP_FROM_PATH        = ../src
    118118
    119119# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    471471SHOW_USED_FILES        = YES
    472472
    473 # If the sources in your project are distributed over multiple directories
    474 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
    475 # in the documentation. The default is NO.
    476 
    477 SHOW_DIRECTORIES       = YES
    478 
    479473# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
    480474# This will remove the Files entry from the Quick Index and from the
     
    627621
    628622EXAMPLE_PATH           = ../examples \
    629                          ../
     623                         ../tests/src
    630624
    631625# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    797791
    798792HTML_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 to
    802 # NO a bullet list will be used.
    803 
    804 HTML_ALIGN_MEMBERS     = YES
    805793
    806794# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
     
    951939
    952940GENERATE_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       = NO
    958941
    959942# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
  • doc/web.cfg

    r9f6e4c5 rb4fac43  
    3232# if some version control system is used.
    3333
    34 PROJECT_NUMBER         = "version 0.4.0"
     34PROJECT_NUMBER         = "version 0.4.0alpha1"
    3535
    3636# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    471471SHOW_USED_FILES        = YES
    472472
    473 # If the sources in your project are distributed over multiple directories
    474 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
    475 # in the documentation. The default is NO.
    476 
    477 SHOW_DIRECTORIES       = YES
    478 
    479473# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
    480474# This will remove the Files entry from the Quick Index and from the
     
    586580# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
    587581
    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
     582FILE_PATTERNS          =
    609583
    610584# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    618592# subdirectory from a directory tree whose root is specified with the INPUT tag.
    619593
    620 EXCLUDE                = ../src/aubio_priv.h \
    621                          ../src/temporal/filter_priv.h
     594EXCLUDE                = ../src/aubio_priv.h
    622595
    623596# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    818791
    819792HTML_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 to
    823 # NO a bullet list will be used.
    824 
    825 HTML_ALIGN_MEMBERS     = YES
    826793
    827794# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
     
    972939
    973940GENERATE_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       = NO
    979941
    980942# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
Note: See TracChangeset for help on using the changeset viewer.