summaryrefslogtreecommitdiff
path: root/include/com/sun/star
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-29 15:01:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-29 15:03:01 +0200
commit8c3657658a70523005c0dbb19a691aa025da039a (patch)
treea5f561aaa3cfc8b015662a24903990975b901484 /include/com/sun/star
parent54054514403a3e9bc45a71b20eb5e58befbb5508 (diff)
Tweak comments
(Preventing documentation of macros via @cond ... @endcond is apparently at least broken in Doxygen 1.8.3 and working in Doxygen 1.8.4.) Change-Id: I2ee582119dba2c3d27db5298786d3076921af46d
Diffstat (limited to 'include/com/sun/star')
-rw-r--r--include/com/sun/star/uno/Any.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h
index f1d03e8709b5..b4ead8977596 100644
--- a/include/com/sun/star/uno/Any.h
+++ b/include/com/sun/star/uno/Any.h
@@ -163,12 +163,11 @@ public:
sal_Int32 myVal = myAny.get<sal_Int32>();
</pre>
Widening conversion without data loss is taken into account.
- Throws a
- <type scope="com::sun::star::uno">RuntimeException</type>
- if the specified type cannot be provided.
+ Throws a com::sun::star::uno::RuntimeException if the specified type
+ cannot be provided.
@return value of specified type
- @exception <type scope="com::sun::star::uno">RuntimeException</type>
+ @exception com::sun::star::uno::RuntimeException
in case the specified type cannot be provided
*/
template <typename T>