[fdo-commits] r773 - in branches/3.2.x/Fdo/Docs/doc_src: . group_and_page_definitions

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Feb 14 16:40:52 EST 2007


Author: gregboone
Date: 2007-02-14 16:40:51 -0500 (Wed, 14 Feb 2007)
New Revision: 773

Modified:
   branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOmanaged
   branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged
   branches/3.2.x/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h
Log:
FDO4: Update API documentation generation process

Modified: branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOmanaged
===================================================================
--- branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOmanaged	2007-02-14 00:13:32 UTC (rev 772)
+++ branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOmanaged	2007-02-14 21:40:51 UTC (rev 773)
@@ -108,7 +108,6 @@
 ALPHABETICAL_INDEX     = YES
 COLS_IN_ALPHA_INDEX    = 5
 IGNORE_PREFIX          = Fdo \
-                         Gis \
                          Mg
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
@@ -125,7 +124,7 @@
 HHC_LOCATION           = "C:/Program Files/HTML Help Workshop/hhc.exe"
 GENERATE_CHI           = NO
 BINARY_TOC             = YES
-TOC_EXPAND             = YES
+TOC_EXPAND             = NO
 DISABLE_INDEX          = NO
 ENUM_VALUES_PER_LINE   = 4
 GENERATE_TREEVIEW      = YES

Modified: branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged
===================================================================
--- branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged	2007-02-14 00:13:32 UTC (rev 772)
+++ branches/3.2.x/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged	2007-02-14 21:40:51 UTC (rev 773)
@@ -104,9 +104,7 @@
 #---------------------------------------------------------------------------
 ALPHABETICAL_INDEX     = YES
 COLS_IN_ALPHA_INDEX    = 5
-IGNORE_PREFIX          = Fdo \
-                         Gis \
-                         Mg
+IGNORE_PREFIX          = Fdo
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
 #---------------------------------------------------------------------------
@@ -122,7 +120,7 @@
 HHC_LOCATION           = "C:/Program Files/HTML Help Workshop/hhc.exe"
 GENERATE_CHI           = NO
 BINARY_TOC             = YES
-TOC_EXPAND             = YES
+TOC_EXPAND             = NO
 DISABLE_INDEX          = NO
 ENUM_VALUES_PER_LINE   = 4
 GENERATE_TREEVIEW      = YES

Modified: branches/3.2.x/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h
===================================================================
--- branches/3.2.x/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h	2007-02-14 00:13:32 UTC (rev 772)
+++ branches/3.2.x/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h	2007-02-14 21:40:51 UTC (rev 773)
@@ -1,7 +1,6 @@
 /*! \mainpage Introduction
 <div class="mainpage">
 <!-- This is the index.html page that the user first sees. -->
-
 <p>The Feature Data Objects (FDO) application
 programming interface (API) is a set of APIs used to
 manipulate, define, and analyze geospatial information.
@@ -38,7 +37,6 @@
 <h2>
   Architecture
 </h2>
-
 <p>
 The high-level architecture of FDO comprises feature
 providers that plug into an application to expose a
@@ -46,7 +44,7 @@
 interacting with geospatial feature data, regardless of the
 underlying data store. The client applications interact
 through the various FDO interfaces, such as
-IConnection or ICommand, using an FDO interface layer, or feature
+FdoIConnection or FdoICommand, using an FDO interface layer, or feature
 access manager.
 </p>
 <p>
@@ -63,12 +61,10 @@
 For more information, see <i>The Essential FDO</i> (FET_TheEssentialFDO.pdf) 
 and the <i>FDO Developer's Guide</i> (FDG_FDODevGuide.pdf).
 </p>
-
 \image html FDO_architecture.png
 <br>
 </div>
 */
+/// \defgroup typedefs
+/// \defgroup enums
 
-
-
-



More information about the fdo-commits mailing list