diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:00:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:03 +0200 |
commit | b235412d8f84e98dc457894228a357ab0c65f6d0 (patch) | |
tree | e107df0ab20d52cd30b473f59e78fe5e5c8552c6 /udkapi | |
parent | a93783c42d46d60a93e78348db942a571e34abd4 (diff) |
*api: convert <method>foo()</method>
What is sad about this is that autodoc doesn't even support <method>.
sed -i "s,<method>\([a-z][^<]\+[^)]\)</method>,\1(),g"
Change-Id: I702ef71423ced1d5195f2e0535e73b1bb4d3f6f2
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/XEventAttacher2.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/XEventAttacher2.idl b/udkapi/com/sun/star/script/XEventAttacher2.idl index 3067f13a4d79..cac1f13490d8 100644 --- a/udkapi/com/sun/star/script/XEventAttacher2.idl +++ b/udkapi/com/sun/star/script/XEventAttacher2.idl @@ -24,7 +24,7 @@ interface XEventAttacher2: com::sun::star::script::XEventAttacher /** Register a multiple set of listeners listening for the same target. Besides passing multiple listeners, the behavior of this method is identical to that of - <method>attachSingleEventListener</method>. + attachSingleEventListener(). @see com::sun::star::script::XEventAttacher::attachSingleEventListener */ |