aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_strings_lib.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index e02884d40..a9e487cfa 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -19,15 +19,18 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_strings_lib.h
23 * @brief strings and string handling functions (including malloc
24 * and string tokenizing)
25 *
26 * @author Christian Grothoff 22 * @author Christian Grothoff
27 * @author Krista Bennett 23 * @author Krista Bennett
28 * @author Gerd Knorr <kraxel@bytesex.org> 24 * @author Gerd Knorr <kraxel@bytesex.org>
29 * @author Ioana Patrascu 25 * @author Ioana Patrascu
30 * @author Tzvetan Horozov 26 * @author Tzvetan Horozov
27 *
28 * @file
29 * Strings and string handling functions
30 *
31 * @defgroup strings Strings library
32 * Strings and string handling functions, including malloc and string tokenizing.
33 * @{
31 */ 34 */
32 35
33#ifndef GNUNET_STRINGS_LIB_H 36#ifndef GNUNET_STRINGS_LIB_H
@@ -615,7 +618,9 @@ GNUNET_STRINGS_parse_ipv6_policy (const char *routeListX);
615} 618}
616#endif 619#endif
617 620
618
619/* ifndef GNUNET_UTIL_STRING_H */ 621/* ifndef GNUNET_UTIL_STRING_H */
620#endif 622#endif
623
624/** @} */ /* end of group */
625
621/* end of gnunet_util_string.h */ 626/* end of gnunet_util_string.h */