ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/doc/Doxyfile.in
(Generate patch)

Comparing trunk/make/Doxyfile (file contents):
Revision 48 by tim, Wed Oct 6 22:20:47 2004 UTC vs.
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC

# Line 3 | Line 3
3   #---------------------------------------------------------------------------
4   # Project related configuration options
5   #---------------------------------------------------------------------------
6 < PROJECT_NAME           = OOPSE
7 < PROJECT_NUMBER         = 2.0
8 < OUTPUT_DIRECTORY       = /export/home/gezelter/tim/code/OOPSE-2.0/doc/
6 > PROJECT_NAME           = OpenMD
7 > PROJECT_NUMBER         = 1.0
8 > OUTPUT_DIRECTORY       = doc/
9   CREATE_SUBDIRS         = NO
10   OUTPUT_LANGUAGE        = English
11   USE_WINDOWS_ENCODING   = NO
# Line 25 | Line 25 | FULL_PATH_NAMES        = YES
25   ALWAYS_DETAILED_SEC    = NO
26   INLINE_INHERITED_MEMB  = NO
27   FULL_PATH_NAMES        = YES
28 < STRIP_FROM_PATH        = /export/home/gezelter/tim/code/OOPSE-2.0/
28 > STRIP_FROM_PATH        = src/
29   STRIP_FROM_INC_PATH    =
30   SHORT_NAMES            = NO
31   JAVADOC_AUTOBRIEF      = NO
# Line 41 | Line 41 | SUBGROUPING            = YES
41   #---------------------------------------------------------------------------
42   # Build related configuration options
43   #---------------------------------------------------------------------------
44 < EXTRACT_ALL            = NO
44 > EXTRACT_ALL            = YES
45   EXTRACT_PRIVATE        = NO
46   EXTRACT_STATIC         = NO
47   EXTRACT_LOCAL_CLASSES  = YES
# Line 78 | Line 78 | WARN_LOGFILE           =
78   #---------------------------------------------------------------------------
79   # configuration options related to the input files
80   #---------------------------------------------------------------------------
81 < INPUT                  = /export/home/gezelter/tim/code/OOPSE-2.0/src/
81 > INPUT                  = src/
82   FILE_PATTERNS          = *.c \
83                           *.cc \
84                           *.cxx \
# Line 131 | Line 131 | FILTER_SOURCE_FILES    = NO
131   #---------------------------------------------------------------------------
132   # configuration options related to source browsing
133   #---------------------------------------------------------------------------
134 < SOURCE_BROWSER         = NO
135 < INLINE_SOURCES         = NO
134 > SOURCE_BROWSER         = YES
135 > INLINE_SOURCES         = NO
136   STRIP_CODE_COMMENTS    = YES
137   REFERENCED_BY_RELATION = NO
138   REFERENCES_RELATION    = NO
# Line 166 | Line 166 | TREEVIEW_WIDTH         = 250
166   #---------------------------------------------------------------------------
167   # configuration options related to the LaTeX output
168   #---------------------------------------------------------------------------
169 < GENERATE_LATEX         = YES
169 > GENERATE_LATEX         = NO
170   LATEX_OUTPUT           = latex
171   LATEX_CMD_NAME         = latex
172   MAKEINDEX_CMD_NAME     = makeindex

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines