Changeset b616ffe


Ignore:
Timestamp:
Oct 25, 2009, 9:36:30 PM (14 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:
e460e60
Parents:
0e0a049
Message:

doc/*.cfg: use header, remove css, add whitelist

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/devel.cfg

    r0e0a049 rb616ffe  
    569569# with spaces.
    570570
    571 INPUT                  = ../src \
    572                          ../ext
     571INPUT                  = ../src
    573572
    574573# This tag can be used to specify the character encoding of the source files
     
    782781# standard header.
    783782
    784 HTML_HEADER            =
     783HTML_HEADER            = header.html
    785784
    786785# The HTML_FOOTER tag can be used to specify a personal HTML footer for
     
    797796# stylesheet in the HTML output directory as well, or it will be erased!
    798797
    799 HTML_STYLESHEET        = aubio.css
     798HTML_STYLESHEET        =
    800799
    801800# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
  • doc/user.cfg

    r0e0a049 rb616ffe  
    3232# if some version control system is used.
    3333
    34 PROJECT_NUMBER         =
     34PROJECT_NUMBER         = "version 0.4.0"
    3535
    3636# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    586586# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
    587587
    588 FILE_PATTERNS          = *.h
     588FILE_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                         mfcc.h \
     602                         tss.h \
     603                         filterbank.h \
     604                         filterbank_mel.h \
     605                         pitch.h \
     606                         onset.h \
     607                         onsetdetection.h \
     608                         tempo.h
    589609
    590610# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    628648
    629649EXAMPLE_PATH           = ../examples \
    630                          ../
     650                         ../tests/src
    631651
    632652# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    698718# fragments. Normal C and C++ comments will always remain visible.
    699719
    700 STRIP_CODE_COMMENTS    = YES
     720STRIP_CODE_COMMENTS    = NO
    701721
    702722# If the REFERENCED_BY_RELATION tag is set to YES
     
    782802# standard header.
    783803
    784 HTML_HEADER            =
     804HTML_HEADER            = header.html
    785805
    786806# The HTML_FOOTER tag can be used to specify a personal HTML footer for
     
    797817# stylesheet in the HTML output directory as well, or it will be erased!
    798818
    799 HTML_STYLESHEET        = aubio.css
     819HTML_STYLESHEET        =
    800820
    801821# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
Note: See TracChangeset for help on using the changeset viewer.