[fdo-commits] r2535 - in trunk/Fdo/Docs/doc_src: .
group_and_page_definitions
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Thu Feb 15 15:31:58 EST 2007
Author: gregboone
Date: 2007-02-15 15:31:57 -0500 (Thu, 15 Feb 2007)
New Revision: 2535
Modified:
trunk/Fdo/Docs/doc_src/Doxyfile_FDOmanaged
trunk/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged
trunk/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h
Log:
FDO4: API - Update API documentation included in the FDO header files
Modified: trunk/Fdo/Docs/doc_src/Doxyfile_FDOmanaged
===================================================================
--- trunk/Fdo/Docs/doc_src/Doxyfile_FDOmanaged 2007-02-15 20:18:23 UTC (rev 2534)
+++ trunk/Fdo/Docs/doc_src/Doxyfile_FDOmanaged 2007-02-15 20:31:57 UTC (rev 2535)
@@ -108,7 +108,6 @@
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX = Fdo \
- Gis \
Mg
#---------------------------------------------------------------------------
# configuration options related to the HTML output
Modified: trunk/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged
===================================================================
--- trunk/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged 2007-02-15 20:18:23 UTC (rev 2534)
+++ trunk/Fdo/Docs/doc_src/Doxyfile_FDOunmanaged 2007-02-15 20:31:57 UTC (rev 2535)
@@ -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: trunk/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h
===================================================================
--- trunk/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h 2007-02-15 20:18:23 UTC (rev 2534)
+++ trunk/Fdo/Docs/doc_src/group_and_page_definitions/define_pages.h 2007-02-15 20:31:57 UTC (rev 2535)
@@ -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
@@ -63,12 +61,11 @@
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
+/// \defgroup interfaces
-
-
-
More information about the fdo-commits
mailing list