[GRASS-SVN] r45854 - in grass/trunk: include include/Make lib/db
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 5 16:56:51 EDT 2011
Author: martinl
Date: 2011-04-05 13:56:51 -0700 (Tue, 05 Apr 2011)
New Revision: 45854
Modified:
grass/trunk/include/Make/Doxyfile_arch_html.in
grass/trunk/include/dbmi.h
grass/trunk/lib/db/dbmilib.dox
Log:
cosmetics in doxygen documentation
Modified: grass/trunk/include/Make/Doxyfile_arch_html.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html.in 2011-04-05 20:05:12 UTC (rev 45853)
+++ grass/trunk/include/Make/Doxyfile_arch_html.in 2011-04-05 20:56:51 UTC (rev 45854)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@ (@GRASS_VERSION_DATE@)
+PROJECT_NUMBER = @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@ (@GRASS_VERSION_DATE@) - r at GRASS_VERSION_SVN@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: grass/trunk/include/dbmi.h
===================================================================
--- grass/trunk/include/dbmi.h 2011-04-05 20:05:12 UTC (rev 45853)
+++ grass/trunk/include/dbmi.h 2011-04-05 20:56:51 UTC (rev 45854)
@@ -1,3 +1,14 @@
+/*!
+ \file include/dbmi.h
+
+ \brief Main header of \ref dbmilib
+
+ (C) 1999-2009, 2011 by the GRASS Development Team
+
+ This program is free software under the GNU General Public License
+ (>=v2). Read the file COPYING that comes with GRASS for details.
+*/
+
#ifndef GRASS_DBMI_H
#define GRASS_DBMI_H
Modified: grass/trunk/lib/db/dbmilib.dox
===================================================================
--- grass/trunk/lib/db/dbmilib.dox 2011-04-05 20:05:12 UTC (rev 45853)
+++ grass/trunk/lib/db/dbmilib.dox 2011-04-05 20:56:51 UTC (rev 45854)
@@ -1,4 +1,4 @@
-/*! \page dbmilib GRASS DBMI DataBase Management Interface
+/*! \page dbmilib GRASS DataBase Management Interface
by GRASS Development Team
@@ -22,7 +22,7 @@
These drivers are compiled depending on present DB related libraries
and 'configure' settings. Only the DBF driver is always compiled. The
-default DBMI driver is defined in include/dbmi.h
+default DBMI driver is defined in dbmi.h
\code
#define DB_DEFAULT_DRIVER "sqlite"
@@ -50,12 +50,12 @@
\section dbmiFunc DBMI library functions
-The db_*() functions are the programmer's API for GRASS DBMI
+The <tt>db_*()</tt> functions are the programmer's API for GRASS DBMI
programming. There are three groups:
- - dbmi_base: contains functions for modules, drivers (../../db/drivers/)
- - dbmi_client: contains functions for modules
- - dbmi_driver: contains functions for drivers (../../db/drivers/)
+ - <b>dbmi_base</b>: contains functions for modules, drivers (<tt>../../db/drivers/</tt>)
+ - <b>dbmi_client</b>: contains functions for modules
+ - <b>dbmi_driver</b>: contains functions for drivers (<tt>../../db/drivers/</tt>)
\section dbmiBase DBMI BASE functions
@@ -545,7 +545,7 @@
- db_convert_value_to_string()
-Misc:?
+Misc:
- db_isdir()
@@ -729,15 +729,10 @@
- db_d_open_select_cursor()
- db_d_open_update_cursor()
-
- db_d_update()
- db_d_update()
-\section dbmiContacts Contacts
-
- GRASS Development Team: http://grass.osgeo.org (preferably developers mailing list)
-
\section dbmiReferences References
Text based on: R. Blazek, M. Neteler, and R. Micarelli. The new GRASS 5.1
@@ -749,4 +744,8 @@
GRASS Vector Architecture: \ref vectorlib
+\section dbmiAuthors Authors
+
+ - Joel Jones (CERL/UIUC)
+ - Radim Blazek
*/
More information about the grass-commit
mailing list