Changeset 867084e


Ignore:
Timestamp:
Mar 2, 2013, 8:16:49 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:
c0608bd
Parents:
621f1ff
Message:

doc/web.cfg: add examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/web.cfg

    r621f1ff r867084e  
    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
     
    606606# for example use the pattern */test/*
    607607
    608 EXCLUDE_PATTERNS       = *.c
     608EXCLUDE_PATTERNS       = */src/*.c */src/*/*.c
    609609
    610610# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
     
    620620# the \include command).
    621621
    622 EXAMPLE_PATH           = ../examples \
    623                          ../tests/src
     622EXAMPLE_PATH           = ../examples ../tests/src
     623
    624624
    625625# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    628628# blank all files are included.
    629629
    630 EXAMPLE_PATTERNS       =
     630EXAMPLE_PATTERNS       = *.c
    631631
    632632# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
     
    635635# Possible values are YES and NO. If left blank NO is used.
    636636
    637 EXAMPLE_RECURSIVE      = NO
     637EXAMPLE_RECURSIVE      = YES
    638638
    639639# The IMAGE_PATH tag can be used to specify one or more files or
Note: See TracChangeset for help on using the changeset viewer.