diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile index 340997c279..5d1d84d7d2 100644 --- a/docs/user/Doxyfile +++ b/docs/user/Doxyfile @@ -639,6 +639,7 @@ INPUT = . \ media \ midi \ midi2 \ + posix \ storage \ support \ translation \ diff --git a/docs/user/support/syslog.dox b/docs/user/posix/syslog.dox similarity index 95% rename from docs/user/support/syslog.dox rename to docs/user/posix/syslog.dox index 70d136b665..82b24936bc 100644 --- a/docs/user/support/syslog.dox +++ b/docs/user/posix/syslog.dox @@ -3,18 +3,17 @@ * Distributed under the terms of the MIT License. * * Authors: - * Axel Dörfler - * Niels Sascha Reedijk, niels.reedijk@gmail.com + * Axel Dörfler + * Niels Sascha Reedijk, niels.reedijk@gmail.com * * Corresponds to: - * headers/posix/syslog.h rev 6684 + * headers/posix/syslog.h rev 6684 */ /*! \file syslog.h - \ingroup support - \ingroup libbe + \ingroup libroot \brief System logging capabilities The functions described here are interacting with the syslog_daemon, a server @@ -280,7 +279,8 @@ //! @} -/*! \name Priorities for syslog(), log_team() and log_thread() +/*! + \name Priorities for syslog(), log_team() and log_thread() */ diff --git a/docs/user/support/parsedate.dox b/docs/user/support/parsedate.dox index c7f1baf7b0..5ec8a538ff 100644 --- a/docs/user/support/parsedate.dox +++ b/docs/user/support/parsedate.dox @@ -13,7 +13,7 @@ /*! \file parsedate.h \ingroup support - \ingroup libbe + \ingroup libroot \brief Date parsing functions This is a set a functions for parsing date strings in various formats.