/+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-03 11:46:19 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140903114619-dhevqw0pmfdbbkvn
* Removed code that is not needed
* created a way te determin if a object is visible or not
* Started to document undocumented code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1697
1697
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1698
1698
# have no effect if this option is set to NO (the default)
1699
1699
 
1700
 
HAVE_DOT               = NO
 
1700
HAVE_DOT               = YES
1701
1701
 
1702
1702
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1703
1703
# allowed to run in parallel. When set to 0 (the default) doxygen will
1786
1786
# the time of a run. So in most cases it will be better to enable call graphs
1787
1787
# for selected functions only using the \callgraph command.
1788
1788
 
1789
 
CALL_GRAPH             = NO
 
1789
CALL_GRAPH             = YES
1790
1790
 
1791
1791
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1792
1792
# doxygen will generate a caller dependency graph for every global function
1794
1794
# the time of a run. So in most cases it will be better to enable caller
1795
1795
# graphs for selected functions only using the \callergraph command.
1796
1796
 
1797
 
CALLER_GRAPH           = NO
 
1797
CALLER_GRAPH           = YES
1798
1798
 
1799
1799
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1800
1800
# will generate a graphical hierarchy of all classes instead of a textual one.