~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to doc/user.doxyfile

  • Committer: Thomas Geymayer
  • Date: 2010-03-26 11:56:05 UTC
  • Revision ID: tomgey@gmail.com-20100326115605-iir4j91614620ij3
Fixed .obj loading, enable grabbing and general cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# If a relative path is entered, it will be relative to the location 
39
39
# where doxygen was started. If left blank the current directory will be used.
40
40
 
41
 
OUTPUT_DIRECTORY = 
 
41
OUTPUT_DIRECTORY = user
42
42
 
43
43
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
44
44
# 4096 sub-directories (in 2 levels) under the output directory of each output 
170
170
# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
171
171
# Doxygen uses this value to replace tabs by spaces in code fragments.
172
172
 
173
 
TAB_SIZE = 8
 
173
TAB_SIZE = 2
174
174
 
175
175
# This tag can be used to specify a number of aliases that acts 
176
176
# as commands in the documentation. An alias has the form "name=value". 
225
225
# func(std::string) {}). This also make the inheritance and collaboration 
226
226
# diagrams that involve STL classes more complete and accurate.
227
227
 
228
 
BUILTIN_STL_SUPPORT = NO
 
228
BUILTIN_STL_SUPPORT = YES
229
229
 
230
230
# If you use Microsoft's C++/CLI language, you should set this option to YES to 
231
231
# enable parsing support.