aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_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_os_lib.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index bb0840029..4a1a6377a 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -19,9 +19,6 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file
23 * Low level process routines
24 *
25 * @author Christian Grothoff 22 * @author Christian Grothoff
26 * @author Krista Bennett 23 * @author Krista Bennett
27 * @author Gerd Knorr <kraxel@bytesex.org> 24 * @author Gerd Knorr <kraxel@bytesex.org>
@@ -29,6 +26,12 @@
29 * @author Tzvetan Horozov 26 * @author Tzvetan Horozov
30 * @author Milan 27 * @author Milan
31 * 28 *
29 * @file
30 * Low level process routines
31 *
32 * @defgroup os OS library
33 * Low level process routines.
34 *
32 * This code manages child processes. We can communicate with child 35 * This code manages child processes. We can communicate with child
33 * processes using signals. Because signals are not supported on W32 36 * processes using signals. Because signals are not supported on W32
34 * and Java (at least not nicely), we can alternatively use a pipe 37 * and Java (at least not nicely), we can alternatively use a pipe
@@ -38,6 +41,8 @@
38 * termination via signals, and not as a replacement for SIGKILL. 41 * termination via signals, and not as a replacement for SIGKILL.
39 * Thus using pipes to communicate signals should only be enabled if 42 * Thus using pipes to communicate signals should only be enabled if
40 * the child is a Java process OR if we are on Windoze. 43 * the child is a Java process OR if we are on Windoze.
44 *
45 * @{
41 */ 46 */
42 47
43#ifndef GNUNET_OS_LIB_H 48#ifndef GNUNET_OS_LIB_H
@@ -528,7 +533,9 @@ GNUNET_OS_check_helper_binary (const char *binary,
528} 533}
529#endif 534#endif
530 535
531
532/* ifndef GNUNET_OS_LIB_H */ 536/* ifndef GNUNET_OS_LIB_H */
533#endif 537#endif
538
539/** @} */ /* end of group */
540
534/* end of gnunet_os_lib.h */ 541/* end of gnunet_os_lib.h */