[Libreoffice-commits] core.git: include/osl
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Mar 17 15:01:44 UTC 2017
include/osl/diagnose.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit cc9dddc935fcee47d391d8f914b19021a29d4c19
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Mar 17 23:59:31 2017 +1100
osl: use doxygen @code special marker
Change-Id: If990a500a0794dbfce18c93a24be1d8e5703b12a
Reviewed-on: https://gerrit.libreoffice.org/35332
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index 7108a046a98a..c515eaf54827 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -148,7 +148,9 @@ private:
/** Helper class which indicates leaking object(s) of a particular class in
non-pro builds; use e.g.
+ @code{.cpp}
class MyClass : private osl::DebugBase<MyClass> {...};
+ @endcode
Using the environment variable
More information about the Libreoffice-commits
mailing list