diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/diagnose.hxx | 2 |
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 |