[MOAB-dev] r5786 - in MOAB/trunk: . doc
milad at mcs.anl.gov
milad at mcs.anl.gov
Thu Oct 11 10:14:13 CDT 2012
Author: milad
Date: 2012-10-11 10:14:13 -0500 (Thu, 11 Oct 2012)
New Revision: 5786
Added:
MOAB/trunk/doc/dev.dox.in
Modified:
MOAB/trunk/configure.ac
MOAB/trunk/doc/user.dox.in
Log:
Added a "developers" doxygen input file that includes all source
information in the HTML output
Modifed the user.dox.in so that the HTML documentation generates a
tree view sidebar for easier navigation
Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac 2012-10-11 04:47:21 UTC (rev 5785)
+++ MOAB/trunk/configure.ac 2012-10-11 15:14:13 UTC (rev 5786)
@@ -1181,6 +1181,7 @@
tools/vtkMOABReader/CMakeLists.txt
doc/Makefile
doc/user.dox
+ doc/dev.dox
doc/config.tex
examples/Makefile
examples/examples.make
Copied: MOAB/trunk/doc/dev.dox.in (from rev 5780, MOAB/trunk/doc/user.dox.in)
===================================================================
--- MOAB/trunk/doc/dev.dox.in (rev 0)
+++ MOAB/trunk/doc/dev.dox.in 2012-10-11 15:14:13 UTC (rev 5786)
@@ -0,0 +1,842 @@
+ # Doxyfile 1.2.11.1
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+# TAG = value [value, ...]
+# For lists items can also be appended using:
+# TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (" ")
+
+#---------------------------------------------------------------------------
+# General configuration options
+#---------------------------------------------------------------------------
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
+# by quotes) that should identify the project.
+
+PROJECT_NAME = moab
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number.
+# This could be handy for archiving the generated documentation or
+# if some version control system is used.
+
+PROJECT_NUMBER =
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
+# base path where the generated documentation will be put.
+# If a relative path is entered, it will be relative to the location
+# where doxygen was started. If left blank the current directory will be used.
+
+OUTPUT_DIRECTORY = dev
More information about the moab-dev
mailing list