Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/doc/doxyconf/build @ 3167

Last change on this file since 3167 was 3167, checked in by bensch, 19 years ago

orxonox/trunk: it is now possible to autogenerate the documentation out of /trunk with make doc.
The documentation will be moved to the folder doc/html and doc/latex.

  • Property svn:executable set to *
File size: 879 bytes
Line 
1echo "
2#---------------------------------------------------------------------------
3# Build related configuration options
4#---------------------------------------------------------------------------
5EXTRACT_ALL            = NO
6EXTRACT_PRIVATE        = NO
7EXTRACT_STATIC         = NO
8EXTRACT_LOCAL_CLASSES  = YES
9EXTRACT_LOCAL_METHODS  = NO
10HIDE_UNDOC_MEMBERS     = NO
11HIDE_UNDOC_CLASSES     = NO
12HIDE_FRIEND_COMPOUNDS  = NO
13HIDE_IN_BODY_DOCS      = NO
14INTERNAL_DOCS          = NO
15CASE_SENSE_NAMES       = YES
16HIDE_SCOPE_NAMES       = NO
17SHOW_INCLUDE_FILES     = YES
18INLINE_INFO            = YES
19SORT_MEMBER_DOCS       = YES
20SORT_BRIEF_DOCS        = NO
21SORT_BY_SCOPE_NAME     = NO
22GENERATE_TODOLIST      = YES
23GENERATE_TESTLIST      = YES
24GENERATE_BUGLIST       = YES
25GENERATE_DEPRECATEDLIST= YES
26ENABLED_SECTIONS       =
27MAX_INITIALIZER_LINES  = 30
28SHOW_USED_FILES        = YES"
Note: See TracBrowser for help on using the repository browser.