From cc9dddc935fcee47d391d8f914b19021a29d4c19 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 17 Mar 2017 23:59:31 +1100 Subject: osl: use doxygen @code special marker Change-Id: If990a500a0794dbfce18c93a24be1d8e5703b12a Reviewed-on: https://gerrit.libreoffice.org/35332 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- include/osl/diagnose.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osl') 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 {...}; + @endcode Using the environment variable -- cgit