Move syslog.dox from support to posix and put it in libroot.so

This commit is contained in:
John Scipione
2013-02-07 15:52:25 -05:00
parent a93a16151d
commit faeb2ff331
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -639,6 +639,7 @@ INPUT = . \
media \ media \
midi \ midi \
midi2 \ midi2 \
posix \
storage \ storage \
support \ support \
translation \ translation \
@@ -3,18 +3,17 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Axel Dörfler * Axel Dörfler
* Niels Sascha Reedijk, [email protected] * Niels Sascha Reedijk, [email protected]
* *
* Corresponds to: * Corresponds to:
* headers/posix/syslog.h rev 6684 * headers/posix/syslog.h rev 6684
*/ */
/*! /*!
\file syslog.h \file syslog.h
\ingroup support \ingroup libroot
\ingroup libbe
\brief System logging capabilities \brief System logging capabilities
The functions described here are interacting with the syslog_daemon, a server 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()
*/ */
+1 -1
View File
@@ -13,7 +13,7 @@
/*! /*!
\file parsedate.h \file parsedate.h
\ingroup support \ingroup support
\ingroup libbe \ingroup libroot
\brief Date parsing functions \brief Date parsing functions
This is a set a functions for parsing date strings in various formats. This is a set a functions for parsing date strings in various formats.