Skip to content

Commit

Permalink
Move syslog.dox from support to posix and put it in libroot.so
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Feb 7, 2013
1 parent a93a161 commit faeb2ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/user/Doxyfile
Expand Up @@ -639,6 +639,7 @@ INPUT = . \
media \
midi \
midi2 \
posix \
storage \
support \
translation \
Expand Down
12 changes: 6 additions & 6 deletions docs/user/support/syslog.dox → docs/user/posix/syslog.dox
Expand Up @@ -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
Expand Down Expand Up @@ -280,7 +279,8 @@
//! @}


/*! \name Priorities for syslog(), log_team() and log_thread()
/*!
\name Priorities for syslog(), log_team() and log_thread()
*/


Expand Down
2 changes: 1 addition & 1 deletion docs/user/support/parsedate.dox
Expand Up @@ -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.
Expand Down

0 comments on commit faeb2ff

Please sign in to comment.