fixed: set GeoInstancer::baseGeometry field to external
[opensg.git] / Doc / developer.doxy
blobf8ba821930e3fd242b0f5cc20872e0c7847e6091
1 @INCLUDE = opensg.doxy
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.
8 INTERNAL_DOCS          = YES
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.
16 STRIP_CODE_COMMENTS    = NO
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.
25 GENERATE_TREEVIEW      = YES
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.
31 TREEVIEW_WIDTH         = 250
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)
38 HAVE_DOT               = NO