|
Revision 586, 1.5 kB
(checked in by allenb, 2 years ago)
|
- Add developer documentation option
|
| Line | |
|---|
| 1 |
@INCLUDE = opensg.doxy |
|---|
| 2 |
|
|---|
| 3 |
# The INTERNAL_DOCS tag determines if documentation |
|---|
| 4 |
# that is typed after a \internal command is included. If the tag is set |
|---|
| 5 |
# to NO (the default) then the documentation will be excluded. |
|---|
| 6 |
# Set it to YES to include the internal documentation. |
|---|
| 7 |
|
|---|
| 8 |
INTERNAL_DOCS = YES |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct |
|---|
| 13 |
# doxygen to hide any special comment blocks from generated source code |
|---|
| 14 |
# fragments. Normal C and C++ comments will always remain visible. |
|---|
| 15 |
|
|---|
| 16 |
STRIP_CODE_COMMENTS = NO |
|---|
| 17 |
|
|---|
| 18 |
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be |
|---|
| 19 |
# generated containing a tree-like index structure (just like the one that |
|---|
| 20 |
# is generated for HTML Help). For this to work a browser that supports |
|---|
| 21 |
# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, |
|---|
| 22 |
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are |
|---|
| 23 |
# probably better off using the HTML help feature. |
|---|
| 24 |
|
|---|
| 25 |
GENERATE_TREEVIEW = YES |
|---|
| 26 |
|
|---|
| 27 |
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be |
|---|
| 28 |
# used to set the initial width (in pixels) of the frame in which the tree |
|---|
| 29 |
# is shown. |
|---|
| 30 |
|
|---|
| 31 |
TREEVIEW_WIDTH = 250 |
|---|
| 32 |
|
|---|
| 33 |
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is |
|---|
| 34 |
# available from the path. This tool is part of Graphviz, a graph visualization |
|---|
| 35 |
# toolkit from AT&T and Lucent Bell Labs. The other options in this section |
|---|
| 36 |
# have no effect if this option is set to NO (the default) |
|---|
| 37 |
|
|---|
| 38 |
HAVE_DOT = NO |
|---|