diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-19 17:23:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-19 17:49:17 +0200 |
commit | 98e69875f91fb4d44659b8e48388364ac6f27147 (patch) | |
tree | 8240ea100907ca4bd1eb9f477f38001671530e9e /include/sal | |
parent | 5fdbcb2e082ad2bfd6f92064e8b3713504cc81c1 (diff) |
sal: fix numerous doxygen warnings
Change-Id: I2fd3fb7b67a62d349ff917466b08c75c19dcbff6
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/log.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sal/log.hxx b/include/sal/log.hxx index c8d277e0d90f..51b218a2732c 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -346,6 +346,8 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) { This macro is meant to be used only while working on code and should never exist in production code. + @param stream input stream + @param backtraceDepth a sal_uInt32 value indicating the maximum backtrace depth; zero means no backtrace |