Changeset b4fac43 for doc/full.cfg


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.