summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-03-17 23:59:31 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2017-03-17 15:01:23 +0000
commitcc9dddc935fcee47d391d8f914b19021a29d4c19 (patch)
tree4b85ffb447bdddc1fb0a8f3d557674535f508f9e /include/osl
parent221935a5e6d8f510f3c8b8e4ca2350ddec818167 (diff)
osl: use doxygen @code special marker
Change-Id: If990a500a0794dbfce18c93a24be1d8e5703b12a Reviewed-on: https://gerrit.libreoffice.org/35332 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/diagnose.hxx2
1 files changed, 2 insertions, 0 deletions
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