From 418ba6863d5abbdc17b851a94021c2b732c80d65 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 5 Jan 2006 21:57:44 +0000 Subject: [PATCH] tweak to apr doxygen git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@284 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_apr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/switch_apr.h b/src/include/switch_apr.h index 3c927498cc..c8eb89174a 100644 --- a/src/include/switch_apr.h +++ b/src/include/switch_apr.h @@ -87,7 +87,7 @@ typedef apr_file_t switch_file_t; /** * @defgroup switch_file_permissions File Permissions flags - * @ingroup switch_apr + * @ingroup switch_file_io * @{ */ @@ -114,7 +114,7 @@ typedef apr_file_t switch_file_t; /** * @defgroup switch_file_open_flags File Open Flags/Routines - * @ingroup switch_apr + * @ingroup switch_file_io * @{ */ #define SWITCH_FOPEN_READ APR_FOPEN_READ /**< Open the file for reading */