/+junk/c_sdl_joypad_ducktape

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad_ducktape

« back to all changes in this revision

Viewing changes to Doxygen

  • Committer: Gustav Hartvigsson
  • Date: 2014-09-02 20:38:54 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140902203854-a9ed4ocgys80stql
* Woops, forgot to draw_func to the arguments...

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
# alphabetically by member name. If set to NO the members will appear in
462
462
# declaration order.
463
463
 
464
 
SORT_MEMBER_DOCS       = YES
 
464
SORT_MEMBER_DOCS       = NO
465
465
 
466
466
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
467
467
# brief documentation of file, namespace and class members alphabetically
654
654
# directories like "/usr/src/myproject". Separate the files or directories
655
655
# with spaces.
656
656
 
657
 
INPUT                  =
 
657
INPUT                  = src/
658
658
 
659
659
# This tag can be used to specify the character encoding of the source files
660
660
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
686
686
# Note that relative paths are relative to the directory from which doxygen is
687
687
# run.
688
688
 
689
 
EXCLUDE                =
 
689
EXCLUDE                = src/duktape.h src/duktape.c
690
690
 
691
691
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
692
692
# directories that are symbolic links (a Unix file system feature) are excluded
1286
1286
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1287
1287
# generate Latex output.
1288
1288
 
1289
 
GENERATE_LATEX         = no
 
1289
GENERATE_LATEX         = NO
1290
1290
 
1291
1291
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1292
1292
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1567
1567
# compilation will be performed. Macro expansion can be done in a controlled
1568
1568
# way by setting EXPAND_ONLY_PREDEF to YES.
1569
1569
 
1570
 
MACRO_EXPANSION        = NO
 
1570
MACRO_EXPANSION        = YES
1571
1571
 
1572
1572
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1573
1573
# then the macro expansion is limited to the macros specified with the