diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 22:20:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:00 +0200 |
commit | b352a8bf0321c13919c9882484a1c4d4d65cfd33 (patch) | |
tree | 1f9d5c7f1d14def51714f0ac5ebe30ab0f5c9ed9 /offapi/com/sun/star/i18n | |
parent | 9f12a9da8d91364d4d0865021adbe62bfa09148c (diff) |
*api: convert <member>method</member> to method()
Doxygen will only recognize a un-qualified method name as such if it is
followed by "()".
sed -i "s,<member>\([a-z][^<]\+[^)]\)</member>,\1(),g"
Change-Id: I69bc17849e76f3a3d91c6daf0f1be8168a83cfc5
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r-- | offapi/com/sun/star/i18n/XCharacterClassification.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/i18n/XCharacterClassification.idl b/offapi/com/sun/star/i18n/XCharacterClassification.idl index 97677a3aecbf..767e55155799 100644 --- a/offapi/com/sun/star/i18n/XCharacterClassification.idl +++ b/offapi/com/sun/star/i18n/XCharacterClassification.idl @@ -212,7 +212,7 @@ published interface XCharacterClassification : com::sun::star::uno::XInterface at position <em>nPos</em>. <p> Other parameters are the same as in - <member>parseAnyToken</member>. If the actual token does not + parseAnyToken(). If the actual token does not match the passed <em>nTokenType</em> a <member>ParseResult::TokenType</member> set to <b>0</b> (zero) is returned. </p> |