From b1073d9fa264139333704f82553ade9979e2ca24 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 21 Feb 2012 23:16:31 +0100 Subject: WaE: silence some documentation errors --- cppu/inc/com/sun/star/uno/Any.h | 4 ++-- cppu/inc/com/sun/star/uno/Reference.h | 4 ++-- cppu/inc/com/sun/star/uno/Sequence.h | 2 +- cppu/inc/cppu/Shield.hxx | 4 ++-- cppu/inc/typelib/typedescription.h | 12 ++++++------ cppu/inc/uno/any2.h | 2 +- cppu/inc/uno/environment.h | 2 +- cppu/inc/uno/environment.hxx | 2 +- cppu/inc/uno/mapping.hxx | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'cppu') diff --git a/cppu/inc/com/sun/star/uno/Any.h b/cppu/inc/com/sun/star/uno/Any.h index f5f2f72be8f8..18ef5a5f3bb4 100644 --- a/cppu/inc/com/sun/star/uno/Any.h +++ b/cppu/inc/com/sun/star/uno/Any.h @@ -126,7 +126,7 @@ public: { return * reinterpret_cast< const Type * >( &pType ); } /** Gets the type of the set value. - @return the UNacquired type description reference of the set value + @return the unacquired type description reference of the set value */ inline typelib_TypeDescriptionReference * SAL_CALL getValueTypeRef() const SAL_THROW(()) { return pType; } @@ -134,7 +134,7 @@ public: /** Gets the type description of the set value. Provides ownership of the type description! Call an explicit typelib_typedescription_release() to release afterwards. - @param a pointer to type description pointer + @param ppTypeDescr a pointer to type description pointer */ inline void SAL_CALL getValueTypeDescription( typelib_TypeDescription ** ppTypeDescr ) const SAL_THROW(()) { ::typelib_typedescriptionreference_getDescription( ppTypeDescr, pType ); } diff --git a/cppu/inc/com/sun/star/uno/Reference.h b/cppu/inc/com/sun/star/uno/Reference.h index 7e75a657e66f..50c7b77e23a5 100644 --- a/cppu/inc/com/sun/star/uno/Reference.h +++ b/cppu/inc/com/sun/star/uno/Reference.h @@ -105,14 +105,14 @@ public: /** Equality operator: compares two interfaces Checks if both references are null or refer to the same object. - @param rRef another interface + @param pInterface another interface @return true if both references are null or refer to the same object, false otherwise */ inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW(()); /** Unequality operator: compares two interfaces Checks if both references are null or refer to the same object. - @param rRef another interface + @param pInterface another interface @return false if both references are null or refer to the same object, true otherwise */ inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW(()); diff --git a/cppu/inc/com/sun/star/uno/Sequence.h b/cppu/inc/com/sun/star/uno/Sequence.h index f12b7c1e3b7b..380bcb77c56c 100644 --- a/cppu/inc/com/sun/star/uno/Sequence.h +++ b/cppu/inc/com/sun/star/uno/Sequence.h @@ -115,7 +115,7 @@ public: /** Constructor: Creates a copy of given elements. - @param pElement an array of elements + @param pElements an array of elements @param len length of array */ inline Sequence( const E * pElements, sal_Int32 len ); diff --git a/cppu/inc/cppu/Shield.hxx b/cppu/inc/cppu/Shield.hxx index 1e7221a210d3..f4253995e76b 100644 --- a/cppu/inc/cppu/Shield.hxx +++ b/cppu/inc/cppu/Shield.hxx @@ -67,7 +67,7 @@ namespace cppu /** Maps an any from the current to the thread-safe Environment, fills the passed any. @param any the any to be mapped - @param the target any + @param res the target any @since UDK 3.2.7 */ inline void shieldAny(cssu::Any const & any, cssu::Any * res) @@ -79,7 +79,7 @@ namespace cppu /** Maps an any from the thread-safe Environment to the current one, fills the passed any. @param any the any to be mapped - @param the target any + @param res the target any @since UDK 3.2.7 */ inline void unshieldAny(cssu::Any const & any, cssu::Any * res) diff --git a/cppu/inc/typelib/typedescription.h b/cppu/inc/typelib/typedescription.h index 6494e7c15a89..783e3ecab212 100644 --- a/cppu/inc/typelib/typedescription.h +++ b/cppu/inc/typelib/typedescription.h @@ -587,7 +587,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newUnion( @param ppRet inout enum type description @param pTypeName name of enum - @param nDefaultEnumValue default enum value + @param nDefaultValue default enum value @param nEnumValues number of enum values @param ppEnumNames names of enum values @param pEnumValues enum values @@ -628,7 +628,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newArray( @param pType sequence, array: element type; struct, Exception: base type; @param nMembers number of members if struct, exception - @param pMember array of members if struct, exception + @param pMembers array of members if struct, exception */ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_new( typelib_TypeDescription ** ppRet, @@ -645,7 +645,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_new( @param pTypeName name of type @param pType base type; @param nMembers number of members - @param pMember array of members + @param pMembers array of members @since UDK 3.2.0 */ @@ -692,7 +692,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newInterface( @param nUik4 uik part @param nUik5 uik part @param nBaseInterfaces number of base interface types - @param ppBaseInterface base interface types + @param ppBaseInterfaces base interface types @param nMembers number of members @param ppMembers members; attributes or methods @@ -713,7 +713,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newMIInterface( @param ppRet inout method type description @param nAbsolutePosition position of member including all members of base interfaces @param bOneWay determines whether method is declared oneway - @param pTypeName fully qualified name of method including interface name + @param pMethodName fully qualified name of method including interface name @param eReturnTypeClass type class of return type @param pReturnTypeName type name of the return type @param nParams number of parameters @@ -1132,7 +1132,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_static_mi_interface_type_init( @param ppRef pointer to type reference pointer @param pTypeName name of enum - @param nDefaultEnumValue default enum value + @param nDefaultValue default enum value */ CPPU_DLLPUBLIC void SAL_CALL typelib_static_enum_type_init( typelib_TypeDescriptionReference ** ppRef, diff --git a/cppu/inc/uno/any2.h b/cppu/inc/uno/any2.h index c40915107896..d10da63c0b42 100644 --- a/cppu/inc/uno/any2.h +++ b/cppu/inc/uno/any2.h @@ -86,7 +86,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_any_assign( @param pDest pointer memory of destination any @param pSource pointer to source value; defaults (0) to default constructed value - @param pTypeDescr type description of value; defaults (0) to void + @param pType type description of value; defaults (0) to void @param acquire function called each time an interface needs to be acquired; defaults (0) to uno @param release function called each time an interface needs to be released; diff --git a/cppu/inc/uno/environment.h b/cppu/inc/uno/environment.h index df6c35122674..5c3a7c144ebb 100644 --- a/cppu/inc/uno/environment.h +++ b/cppu/inc/uno/environment.h @@ -368,7 +368,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_Environment_enter(uno_Environment * pEnv) that objects of that environment might be called. @param pEnv the environment - @param rtl_uString ** pReason the reason, if it is not valid + @param pReason the reason, if it is not valid @return 1 == valid, 0 == invalid @since UDK 3.2.7 */ diff --git a/cppu/inc/uno/environment.hxx b/cppu/inc/uno/environment.hxx index 9acbe39f5dd4..51f2570131ed 100644 --- a/cppu/inc/uno/environment.hxx +++ b/cppu/inc/uno/environment.hxx @@ -60,7 +60,7 @@ class Environment public: /** Returns the current Environment. - @param env_type the optional type of the Environment, falls back to "uno" in case being empty, + @param typeName the optional type of the Environment, falls back to "uno" in case being empty, respectively to current C++ Environment. @since UDK 3.2.7 */ diff --git a/cppu/inc/uno/mapping.hxx b/cppu/inc/uno/mapping.hxx index 72f8b6cc9922..7afdf2768ee9 100644 --- a/cppu/inc/uno/mapping.hxx +++ b/cppu/inc/uno/mapping.hxx @@ -97,8 +97,8 @@ public: /** Holds a mapping from the specified source to the specified destination environment. - @param from source environment - @param to destination environment + @param rFrom source environment + @param rTo destination environment @param rAddPurpose additional purpose */ inline Mapping(const Environment & rFrom, const Environment & rTo, -- cgit