[MOAB-dev] r5786 - in MOAB/trunk: . doc

Jiangtao Hu jiangtao_ma at yahoo.com
Thu Oct 11 10:38:52 CDT 2012


Hi, Milad:

Welcome on board! This Jane, I work part time for Tim on CGM/OCC port. I have a mechanical/mechanics background in education,  and about 10 years experience working on FEA software development. Still some computer science stuff, I am hoping to be able to get some help from you as well as the team. (Like how to auto generate CMakeLists.txt file from Makefile.am etc.)

Just thought to introduce to you and since you were in our dept. previous years, we may have met before but not introduced each other.

Have a nice day!

Jane Hu



Asst. Researcher

Dept. of Engineering Physics

UW @ Madison



"And we know that for those who love God, that is, for those who are called according to his purpose, all things are working together for good." (Romans 8:28)

--- On Thu, 10/11/12, milad at mcs.anl.gov <milad at mcs.anl.gov> wrote:

From: milad at mcs.anl.gov <milad at mcs.anl.gov>
Subject: [MOAB-dev] r5786 - in MOAB/trunk: . doc
To: moab-dev at mcs.anl.gov
Date: Thursday, October 11, 2012, 11:14 AM

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20121011/f78c0375/attachment.html>


More information about the moab-dev mailing list