r18643 - gnucash/trunk/src/backend/sql - Fix doxygen markup

Geert Janssens gjanssens at code.gnucash.org
Fri Feb 12 09:15:05 EST 2010


Author: gjanssens
Date: 2010-02-12 09:15:05 -0500 (Fri, 12 Feb 2010)
New Revision: 18643
Trac: http://svn.gnucash.org/trac/changeset/18643

Modified:
   gnucash/trunk/src/backend/sql/gnc-backend-sql.h
Log:
Fix doxygen markup

Modified: gnucash/trunk/src/backend/sql/gnc-backend-sql.h
===================================================================
--- gnucash/trunk/src/backend/sql/gnc-backend-sql.h	2010-02-12 11:52:04 UTC (rev 18642)
+++ gnucash/trunk/src/backend/sql/gnc-backend-sql.h	2010-02-12 14:15:05 UTC (rev 18643)
@@ -28,25 +28,13 @@
     @ingroup SQLBE
 */
 
-/**
-  @}
-*/
-
 /** @addtogroup SQLBE
-    @{
-*/
-/** @addtogroup SQLBE
-
- * The SQL backend core is a library which can form the core for a QOF
- * backend based on an SQL library.
-
-*/
-
-/** @file gnc-backend-sql.h
+ *  The SQL backend core is a library which can form the core for a QOF
+ *  backend based on an SQL library.
+ *  
+ *  @file gnc-backend-sql.h
  *  @brief load and save data to SQL
  *  @author Copyright (c) 2006-2008 Phil Longstaff <plongstaff at rogers.com>
- *
-   @}
  */ 
 
 #ifndef GNC_BACKEND_SQL_H_
@@ -724,3 +712,7 @@
 } write_objects_t;
 
 #endif /* GNC_BACKEND_SQL_H_ */
+
+/**
+  @}  end of the SQL Backend Core doxygen group */
+*/



More information about the gnucash-changes mailing list