From 6ac30d8be976d60f56783327984b263fb1307e2a Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 19 Jan 2012 20:18:48 -0600 Subject: clean-up Doxygen warnings --- cppuhelper/inc/cppuhelper/weak.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppuhelper/inc') diff --git a/cppuhelper/inc/cppuhelper/weak.hxx b/cppuhelper/inc/cppuhelper/weak.hxx index b8b9ddd1458a..ceddbda9c411 100644 --- a/cppuhelper/inc/cppuhelper/weak.hxx +++ b/cppuhelper/inc/cppuhelper/weak.hxx @@ -130,8 +130,8 @@ public: SAL_THROW( () ) { return *this; } - /** Basic queryInterface() implementation supporting ::com::sun::star::uno::XWeak and - ::com::sun::star::uno::XInterface. + /** Basic queryInterface() implementation supporting \::com::sun::star::uno::XWeak and + \::com::sun::star::uno::XInterface. @param rType demanded type @return demanded type or empty any @@ -150,7 +150,7 @@ public: /** XWeak::queryAdapter() implementation - @return a ::com::sun::star::uno::XAdapter reference + @return a \::com::sun::star::uno::XAdapter reference */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAdapter > SAL_CALL queryAdapter() throw (::com::sun::star::uno::RuntimeException); -- cgit