Kaydet (Commit) 05310391 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

neither doxygen nor javadoc make use of <type scope="…"> annotations

even more so when they are invalid xml.
Thus obsolete since the switch from autodoc to doxygen, see also
https://lists.freedesktop.org/archives/libreoffice/2013-June/053077.html

Change-Id: Ifc2ef7754eca70bf923a2f7e4a652a8d394c370b
üst 69db0142
......@@ -923,12 +923,12 @@ public class OOoBean
// @requirement FUNC.BEAN.PROG/0.5
// @requirement API.SIM.SEAP/0.2
/** returns the <type scope="com::sun::star::frame">Frame</a>
/** returns the com::sun::star::frame::Frame
of the bean.
@return
a Java class which implements all interfaces which the service
<type scope="com::sun::star::frame">Frame</a> implements.
com::sun::star::frame::Frame implements.
Thus, methods can be called directly without queryInterface.
This feature might be implemented by UNO or explicitly coded.
......@@ -947,11 +947,11 @@ public class OOoBean
// @requirement FUNC.BEAN.PROG/0.5
// @requirement API.SIM.SEAP/0.2
/** returns the <type scope="com::sun::star::frame::Controller"> of the bean.
/** returns the com::sun::star::frame::Controller of the bean.
@return
a Java class which implements all interfaces which the service
<type scope="com::sun::star::frame">Controller</a> implements.
com::sun::star::frame::Controller implements.
Thus, methods can be called directly without queryInterface.
This feature might be implemented by UNO or explicitly coded.
......@@ -974,12 +974,12 @@ public class OOoBean
// @requirement FUNC.BEAN.STOR/0.4
// @requirement FUNC.BEAN.PRNT/0.4
// @requirement API.SIM.SEAP/0.2
/** returns the <type scope="com::sun::star::document::OfficeDocument">
/** returns the com::sun::star::document::OfficeDocument
of the bean.
@return
a Java class which implements all interfaces which the service
<type scope="com::sun::star::document">OfficeDocument</a>
com::sun::star::document::OfficeDocument
implements.
Thus, methods can be called directly without queryInterface.
This feature might be implemented by UNO or explicitly coded.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment