[MOAB-dev] r3977 - MOAB/trunk/doc

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Fri May 28 11:41:39 CDT 2010


Author: kraftche
Date: 2010-05-28 11:41:39 -0500 (Fri, 28 May 2010)
New Revision: 3977

Modified:
   MOAB/trunk/doc/user.dox.in
Log:
Fix doxygen ouptut:

o Include the few API headers not in a moab/ subdir
o Include classes w/out brief descriptions


Modified: MOAB/trunk/doc/user.dox.in
===================================================================
--- MOAB/trunk/doc/user.dox.in	2010-05-28 16:05:03 UTC (rev 3976)
+++ MOAB/trunk/doc/user.dox.in	2010-05-28 16:41:39 UTC (rev 3977)
@@ -47,7 +47,7 @@
 # Private class members and static file members will be hidden unless 
 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
 
-EXTRACT_ALL            = NO
+EXTRACT_ALL            = YES
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
@@ -305,7 +305,11 @@
 # with spaces.
 
 INPUT                  = @top_srcdir@/src/moab \
-                         @top_srcdir@/src/parallel/moab 
+                         @top_srcdir@/src/parallel/moab \
+                         @top_srcdir@/src/MBTagConventions.hpp \
+                         @top_srcdir@/src/MBCN.h \
+                         @top_srcdir@/src/MBEntityType.h \
+                         @top_srcdir@/src/parallel/MBParallelConventions.h
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -375,7 +379,7 @@
 # of all compounds will be generated. Enable this if the project 
 # contains a lot of classes, structs, unions or interfaces.
 
-ALPHABETICAL_INDEX     = NO
+ALPHABETICAL_INDEX     = YES
 
 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 


















More information about the moab-dev mailing list