From 8c3657658a70523005c0dbb19a691aa025da039a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 May 2013 15:01:18 +0200 Subject: 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 --- include/com/sun/star/uno/Any.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/com') 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(); Widening conversion without data loss is taken into account. - Throws a - RuntimeException - 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 RuntimeException + @exception com::sun::star::uno::RuntimeException in case the specified type cannot be provided */ template -- cgit