wrowe 2002/06/08 13:30:13
Modified: include apr_xlate.h apr_signal.h
Log:
Nice tags, makes things easier to read [wish I noticed earlier]
Revision Changes Path
1.19 +1 -3 apr/include/apr_xlate.h
Index: apr_xlate.h
===================================================================
RCS file: /home/cvs/apr/include/apr_xlate.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- apr_xlate.h 8 Jun 2002 18:53:13 -0000 1.18
+++ apr_xlate.h 8 Jun 2002 20:30:13 -0000 1.19
@@ -131,9 +131,7 @@
*/
APR_DECLARE(apr_status_t) apr_xlate_sb_get(apr_xlate_t *convset, int *onoff);
-/**
- * Deprecated: Use apr_xlate_sb_get()
- */
+/** @deprecated @see apr_xlate_sb_get */
APR_DECLARE(void) apr_xlate_get_sb(apr_xlate_t *convset, int *onoff);
/**
1.14 +1 -3 apr/include/apr_signal.h
Index: apr_signal.h
===================================================================
RCS file: /home/cvs/apr/include/apr_signal.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apr_signal.h 8 Jun 2002 18:47:56 -0000 1.13
+++ apr_signal.h 8 Jun 2002 20:30:13 -0000 1.14
@@ -116,9 +116,7 @@
*/
APR_DECLARE(const char *) apr_signal_description_get(int signum);
-/**
- * Deprecated: use apr_signal_description_get
- */
+/** @deprecated @see apr_signal_description_get */
APR_DECLARE(const char *) apr_signal_get_description(int signum);
/**