Fix various API doc issues and typos

Partially based on an old patch by Adrian-Ken Rueegsegger.
This commit is contained in:
Tobias Brunner
2013-07-18 18:30:36 +02:00
parent cb6c4e0430
commit 0ceb288815
26 changed files with 55 additions and 49 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ static int run()
return 0;
}
case SIGUSR1:
{ /* an error occured */
{ /* an error occurred */
charon->bus->alert(charon->bus, ALERT_SHUTDOWN_SIGNAL, sig);
return 1;
}
+5
View File
@@ -14,6 +14,11 @@
*/
/**
* @defgroup charon-cmd charon-cmd
*
* @defgroup cmd cmd
* @ingroup charon-cmd
*
* @defgroup cmd_connection cmd_connection
* @{ @ingroup cmd
*/