mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix doxygen markup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18643 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5d8a60337f
commit
2ea78aef35
@ -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@rogers.com>
|
||||
*
|
||||
@}
|
||||
*/
|
||||
|
||||
#ifndef GNC_BACKEND_SQL_H_
|
||||
@ -724,3 +712,7 @@ typedef struct {
|
||||
} write_objects_t;
|
||||
|
||||
#endif /* GNC_BACKEND_SQL_H_ */
|
||||
|
||||
/**
|
||||
@} end of the SQL Backend Core doxygen group */
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user