Changeset 31fab98


Ignore:
Timestamp:
Mar 7, 2013, 9:32:00 PM (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:
2382036
Parents:
535d127
Message:

doc/: update doxygen configurations

Location:
doc
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • doc/full.cfg

    r535d127 r31fab98  
    3232# if some version control system is used.
    3333
    34 PROJECT_NUMBER         =
     34PROJECT_NUMBER         = "0.4.0alpha"
    3535
    3636# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    580580# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
    581581
    582 FILE_PATTERNS          =
     582FILE_PATTERNS          = *.h *.c
    583583
    584584# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    620620# the \include command).
    621621
    622 EXAMPLE_PATH           = ../examples \
    623                          ../tests/src
     622EXAMPLE_PATH           = ../examples ../tests/src
    624623
    625624# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    691690# fragments. Normal C and C++ comments will always remain visible.
    692691
    693 STRIP_CODE_COMMENTS    = YES
     692STRIP_CODE_COMMENTS    = NO
    694693
    695694# If the REFERENCED_BY_RELATION tag is set to YES
  • doc/web.cfg

    r535d127 r31fab98  
    3232# if some version control system is used.
    3333
    34 PROJECT_NUMBER         = "version 0.4.0alpha1"
     34PROJECT_NUMBER         = "0.4.0alpha"
    3535
    3636# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    580580# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
    581581
    582 FILE_PATTERNS          = *.h *.c
     582FILE_PATTERNS          = *.h
    583583
    584584# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    592592# subdirectory from a directory tree whose root is specified with the INPUT tag.
    593593
    594 EXCLUDE                = ../src/aubio_priv.h
     594EXCLUDE                = ../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
    595610
    596611# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    606621# for example use the pattern */test/*
    607622
    608 EXCLUDE_PATTERNS       = */src/*.c */src/*/*.c
     623EXCLUDE_PATTERNS       =
    609624
    610625# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
     
    622637EXAMPLE_PATH           = ../examples ../tests/src
    623638
    624 
    625639# If the value of the EXAMPLE_PATH tag contains directories, you can use the
    626640# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
     
    628642# blank all files are included.
    629643
    630 EXAMPLE_PATTERNS       = *.c
     644EXAMPLE_PATTERNS       =
    631645
    632646# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
     
    635649# Possible values are YES and NO. If left blank NO is used.
    636650
    637 EXAMPLE_RECURSIVE      = YES
     651EXAMPLE_RECURSIVE      = NO
    638652
    639653# The IMAGE_PATH tag can be used to specify one or more files or
Note: See TracChangeset for help on using the changeset viewer.