aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Lib_Find.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Lib_Find.h')
-rw-r--r--dep/acelite/ace/Lib_Find.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dep/acelite/ace/Lib_Find.h b/dep/acelite/ace/Lib_Find.h
index 133b83ffb7b..1ed2d8e72bc 100644
--- a/dep/acelite/ace/Lib_Find.h
+++ b/dep/acelite/ace/Lib_Find.h
@@ -7,7 +7,7 @@
* All the static function calls needed to search and open shared
* libraries.
*
- * $Id: Lib_Find.h 80826 2008-03-04 14:51:23Z wotte $
+ * $Id: Lib_Find.h 93359 2011-02-11 11:33:12Z mcorino $
*/
//=============================================================================
@@ -101,10 +101,10 @@ namespace ACE
extern ACE_Export size_t strrepl (char *s, char search, char replace);
/**
- * Splits string <s> into pieces separated by the string <token>.
- * <next_start> is an opaque cookie handed back by the call to store
+ * Splits string @a s into pieces separated by the string @a token.
+ * @a next_start is an opaque cookie handed back by the call to store
* its state for the next invocation, thus making it re-entrant.
- * This operates very similar to Perl's <split> function except that
+ * This operates very similar to Perl's @c split function except that
* it returns pieces one at a time instead of into an array.
*/
extern ACE_Export char *strsplit_r (char *s,