From ea449bb40c9217688debc91101d5e648d5d8a219 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 4 Jun 2005 19:15:36 +0000 Subject: doxygen updates git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@80 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- libdaemon/dexec.h | 2 +- libdaemon/dfork.h | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libdaemon/dexec.h b/libdaemon/dexec.h index d15d49c..dd863fc 100644 --- a/libdaemon/dexec.h +++ b/libdaemon/dexec.h @@ -31,7 +31,7 @@ extern "C" { * STDERR redirected to syslog */ -/** If this variable is defined to 1 iff daemon_exec() is supported.*/ +/** This variable is defined to 1 iff daemon_exec() is supported.*/ #define DAEMON_EXEC_AVAILABLE 1 /** Run the specified executable with the specified arguments in the diff --git a/libdaemon/dfork.h b/libdaemon/dfork.h index faac652..3eb6eda 100644 --- a/libdaemon/dfork.h +++ b/libdaemon/dfork.h @@ -27,10 +27,12 @@ extern "C" { #endif -/** \mainpage +/** \mainpage libdaemon * - * For a brief explanation of libdaemons's purpose, have a look on the README file. Thank you! + * libdaemon + * + * For a brief explanation of libdaemons's purpose, have a look on the + * README file. Thank you! * */ -- cgit