Skip to content
Snippets Groups Projects
Commit 4974d4ef authored by tho's avatar tho
Browse files

minor documentation fix

parent 47f6da2a
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,7 @@ namespace log { ...@@ -40,9 +40,7 @@ namespace log {
/** \brief Write %log messages to arbitrary std::ostream /** \brief Write %log messages to arbitrary std::ostream
This target will write %log messages to an arbitrary std::ostream in the format This target will write %log messages to an arbitrary std::ostream in the format
<pre> \verbatim <date> [<level>][<area>] <message> \endverbatim
<date> [<area>][<level>] <message>
</pre>
The \e area will be omitted if it is \c senf::log::DefaultArea. The \e area will be omitted if it is \c senf::log::DefaultArea.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment