From 3404b62fe3ec24961e68e7e97b270a5d0f7e1ef7 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 11 Sep 2009 00:59:31 +0200 Subject: Workaround to avoid confusing Doxygen on some extra declarations --- common/eurephiadb_session_common.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/eurephiadb_session_common.c b/common/eurephiadb_session_common.c index 9b65331..f9fc795 100644 --- a/common/eurephiadb_session_common.c +++ b/common/eurephiadb_session_common.c @@ -41,6 +41,7 @@ #include +#ifndef DOXYGEN #ifndef DRIVER_MODE // Use the right declaration, depending on if we compile driver or plug-in/exec // Function needed to be found in the database driver int (*eDBstore_session_value) (eurephiaCTX *ctx, eurephiaSESSION *session, int mode, @@ -48,8 +49,8 @@ int (*eDBstore_session_value) (eurephiaCTX *ctx, eurephiaSESSION *session, int m #else int eDBstore_session_value (eurephiaCTX *ctx, eurephiaSESSION *session, int mode, const char *key, const char *val); -#endif - +#endif /* !DRIVER_MODE */ +#endif /* !DOXYGEN */ /** * Adds or updates a key in the eurephiaVALUES stack. Database is updated before the stack is updated. * If database fails, the stack is not updated. -- cgit