From f4f9fed740ba795fda1f22d6f27e078e6d50c8c0 Mon Sep 17 00:00:00 2001 From: Charles Day Date: Tue, 17 Feb 2009 16:49:52 +0000 Subject: [PATCH] Doxygen: Adjust the style of a comment block for consistency and to eliminate a splint warning. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17929 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Account.h b/src/engine/Account.h index 6cbb85501a..33af414cc1 100644 --- a/src/engine/Account.h +++ b/src/engine/Account.h @@ -1023,7 +1023,7 @@ Transaction * xaccAccountFindTransByDesc(const Account *account, Split * xaccAccountFindSplitByDesc(const Account *account, const char *description); -/*@}*/ +/** @} */ /* ------------------ */