Kaydet (Commit) ddba7d15 authored tarafından Michael Stahl's avatar Michael Stahl

*api: convert all unsupported html tags

Only useful ones appear to be <tbody> and <thead> which doxygen doesn't
support but we only use those in 3 places so who cares.

Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
üst 73d56840
...@@ -49,7 +49,7 @@ published constants CharSet ...@@ -49,7 +49,7 @@ published constants CharSet
const short ANSI = 1; const short ANSI = 1;
/** specifies the <regtm>Apple Macintosh</regtm> character set. /** specifies the Apple Macintosh character set.
*/ */
const short MAC = 2; const short MAC = 2;
......
...@@ -73,7 +73,8 @@ interface XContainerWindowProvider : ::com::sun::star::uno::XInterface { ...@@ -73,7 +73,8 @@ interface XContainerWindowProvider : ::com::sun::star::uno::XInterface {
based access will be used. based access will be used.
The Introspection based access tries to call a method named according to the The Introspection based access tries to call a method named according to the
HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL. HandlerMethodName specified by a
<code>vnd.sun.star.UNO:<i>HandlerMethodName</i></code> URL.
First a method First a method
void HandlerMethodName( [in] com::sun::star::awt::XWindow xWindow, [in] any aEvent ) void HandlerMethodName( [in] com::sun::star::awt::XWindow xWindow, [in] any aEvent )
......
...@@ -66,7 +66,8 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider { ...@@ -66,7 +66,8 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
based access will be used. based access will be used.
The Introspection based access tries to call a method named according to the The Introspection based access tries to call a method named according to the
HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL. HandlerMethodName specified by a
<code>vnd.sun.star.UNO:<i>HandlerMethodName</i></code> URL.
First a method First a method
void HandlerMethodName( [in] com::sun::star::awt::XDialog xDialog, [in] any aEvent ) void HandlerMethodName( [in] com::sun::star::awt::XDialog xDialog, [in] any aEvent )
......
...@@ -48,9 +48,10 @@ interface XTreeNode ...@@ -48,9 +48,10 @@ interface XTreeNode
/** Returns the parent node of this node. */ /** Returns the parent node of this node. */
XTreeNode getParent(); XTreeNode getParent();
/** Returns the index of <var>Node</Node> in this instances children. /** Returns the index of <var>Node</var> in this instances children.
@returns @returns
The child index of <var>Node</Node> , or -1 if <var>Node</Node> is no child of this instance. The child index of <var>Node</var>,
or -1 if <var>Node</var> is no child of this instance.
*/ */
long getIndex( [in] XTreeNode Node); long getIndex( [in] XTreeNode Node);
......
...@@ -51,11 +51,8 @@ struct Symbol ...@@ -51,11 +51,8 @@ struct Symbol
<p>The default implementation for example currently uses 8 different <p>The default implementation for example currently uses 8 different
standard symbols that are matched to the numbers 0 to 7. standard symbols that are matched to the numbers 0 to 7.
<table border=1 rules="groups"> <table border=1>
<thead>
<tr><th>&nbsp;value StandardSymbol&nbsp;</th><th>&nbsp;visible Symbol&nbsp;</th></tr> <tr><th>&nbsp;value StandardSymbol&nbsp;</th><th>&nbsp;visible Symbol&nbsp;</th></tr>
</thead>
<tbody>
<tr><td><code>0</code></td><td>square</td></tr> <tr><td><code>0</code></td><td>square</td></tr>
<tr><td><code>1</code></td><td>diamond</td></tr> <tr><td><code>1</code></td><td>diamond</td></tr>
<tr><td><code>2</code></td><td>down arrow</td></tr> <tr><td><code>2</code></td><td>down arrow</td></tr>
...@@ -64,7 +61,6 @@ struct Symbol ...@@ -64,7 +61,6 @@ struct Symbol
<tr><td><code>5</code></td><td>left arrow</td></tr> <tr><td><code>5</code></td><td>left arrow</td></tr>
<tr><td><code>6</code></td><td>bowtie</td></tr> <tr><td><code>6</code></td><td>bowtie</td></tr>
<tr><td><code>7</code></td><td>sandglass</td></tr> <tr><td><code>7</code></td><td>sandglass</td></tr>
</tbody>
</table> </table>
</p> </p>
......
...@@ -37,7 +37,7 @@ module chart2 ...@@ -37,7 +37,7 @@ module chart2
interface XRegressionCurveCalculator : com::sun::star::uno::XInterface interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
{ {
/** recalculates the parameters of the internal regression curve according to /** recalculates the parameters of the internal regression curve according to
the <it>x</it>- and <it>y</it>-values given. the <i>x</i>- and <i>y</i>-values given.
@param aXValues @param aXValues
All x-values that represent the measurement points on All x-values that represent the measurement points on
...@@ -51,7 +51,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface ...@@ -51,7 +51,7 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
[in] sequence< double > aYValues ); [in] sequence< double > aYValues );
/** calculates the value of the regression curve for <it>x</it>. /** calculates the value of the regression curve for <i>x</i>.
@param x @param x
The abscissa value for which the value of the regression The abscissa value for which the value of the regression
...@@ -59,11 +59,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface ...@@ -59,11 +59,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
the domain of the regression function are valid. the domain of the regression function are valid.
@return @return
If <it>x</it> is element of the domain of the regression If <i>x</i> is element of the domain of the regression
curve function, the result is its value. curve function, the result is its value.
@throws com::sun::star::lang::IllegalArgumentException @throws com::sun::star::lang::IllegalArgumentException
If <it>x</it> is not part of the domain of the regression If <i>x</i> is not part of the domain of the regression
function. function.
*/ */
double getCurveValue( [in] double x ) double getCurveValue( [in] double x )
...@@ -102,11 +102,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface ...@@ -102,11 +102,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
raises( com::sun::star::lang::IllegalArgumentException ); raises( com::sun::star::lang::IllegalArgumentException );
/** Returns the value of the correlation coefficient for the given /** Returns the value of the correlation coefficient for the given
regression. This value is often denoted as <it>r</it> or regression. This value is often denoted as <i>r</i> or
<it>R</it>. <i>R</i>.
<p>The value of <it>r</it> is signed. Often <p>The value of <i>r</i> is signed. Often
<it>r</it><sup>2</sup> is used instead of <it>r</it> to denote <i>r</i><sup>2</sup> is used instead of <i>r</i> to denote
a regression curve's accuracy.</p> a regression curve's accuracy.</p>
@return @return
......
...@@ -51,7 +51,7 @@ interface XPackageRegistry ...@@ -51,7 +51,7 @@ interface XPackageRegistry
creates an XPackage object on behalf of that extension and creates an XPackage object on behalf of that extension and
calls XPackage::revokePakage(). The parameter calls XPackage::revokePakage(). The parameter
<code>removed</code> indicates this case. The returned object may not <code>removed</code> indicates this case. The returned object may not
rely on the file or folder to which refers <code>url</url>. Instead it rely on the file or folder to which refers <code>url</code>. Instead it
must use previously saved data to successfully carry out the revocation must use previously saved data to successfully carry out the revocation
of this object (XPackage::revokePackage()). of this object (XPackage::revokePackage()).
......
...@@ -32,7 +32,7 @@ module com { module sun { module star { module drawing { ...@@ -32,7 +32,7 @@ module com { module sun { module star { module drawing {
*/ */
interface XSlidePreviewCacheListener interface XSlidePreviewCacheListener
{ {
/** Called by a <interface>XSlidePreviewCache</interface> object when a /** Called by a XSlidePreviewCache object when a
preview has been created for the slide with the given index. preview has been created for the slide with the given index.
@param nSlideIndex @param nSlideIndex
The index of the slide for which a new preview has been created. The index of the slide for which a new preview has been created.
......
...@@ -148,8 +148,8 @@ published service DataAwareControlModel ...@@ -148,8 +148,8 @@ published service DataAwareControlModel
<li>com::sun::star::beans::XPropertySet</li> <li>com::sun::star::beans::XPropertySet</li>
<li>com::sun::star::container::XChild</li> <li>com::sun::star::container::XChild</li>
</ul> </ul>
</il> </li>
<li>It has to be a part of the same document as the model who's property is to be modified.</il> <li>It has to be a part of the same document as the model who's property is to be modified.</li>
<li>Additionally, the support of a special service, indicating that the model is of the right type, <li>Additionally, the support of a special service, indicating that the model is of the right type,
is required. Which kind of service is in the request depends on the type of the control model.<br/> is required. Which kind of service is in the request depends on the type of the control model.<br/>
......
...@@ -66,7 +66,8 @@ published service FormComponents ...@@ -66,7 +66,8 @@ published service FormComponents
you put into it with the scripting information obtained at the you put into it with the scripting information obtained at the
com::sun::star::script::XEventAttacherManager interface.</p> com::sun::star::script::XEventAttacherManager interface.</p>
<p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th</super> <p>For instance, at any time you can obtain the events associated with
the <code>n</code><sup>th</sup>
element in the form components by calling element in the form components by calling
com::sun::star::script::XEventAttacherManager::getScriptEvents() com::sun::star::script::XEventAttacherManager::getScriptEvents()
with parameter <code>n</code>. In particular, this invariant is always met, even after you with parameter <code>n</code>. In particular, this invariant is always met, even after you
......
...@@ -63,7 +63,8 @@ published interface XForms ...@@ -63,7 +63,8 @@ published interface XForms
you put into it with the scripting information obtained at the you put into it with the scripting information obtained at the
com::sun::star::script::XEventAttacherManager interface.</p> com::sun::star::script::XEventAttacherManager interface.</p>
<p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th</super> <p>For instance, at any time you can obtain the events associated with
the <code>n</code><sup>th</sup>
element in the form components by calling element in the form components by calling
com::sun::star::script::XEventAttacherManager::getScriptEvents() com::sun::star::script::XEventAttacherManager::getScriptEvents()
with parameter <code>n</code>. In particular, this invariant is always met, even after you with parameter <code>n</code>. In particular, this invariant is always met, even after you
......
...@@ -35,7 +35,7 @@ interface XFilterControllerListener; ...@@ -35,7 +35,7 @@ interface XFilterControllerListener;
which allows entering a search expression. This so-called <em>predicate expression</em> is basically a part of an which allows entering a search expression. This so-called <em>predicate expression</em> is basically a part of an
SQL <code>WHERE</code> clause, but without the part denoting the database column. For instance, if you SQL <code>WHERE</code> clause, but without the part denoting the database column. For instance, if you
have a form control bound to a table column named <code>Name</code>, then entering the string have a form control bound to a table column named <code>Name</code>, then entering the string
<q>LIKE '%Smith%'</q> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p> <code>LIKE '%Smith%'</code> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p>
<p>In the actual document view, there are usually some relaxations to this. For instance, keywords such as <p>In the actual document view, there are usually some relaxations to this. For instance, keywords such as
<code>LIKE</code> might be localized, according to OpenOffice.org's UI locale. Also, for an equality criterion, <code>LIKE</code> might be localized, according to OpenOffice.org's UI locale. Also, for an equality criterion,
......
...@@ -116,7 +116,7 @@ interface XFormControllerContext; ...@@ -116,7 +116,7 @@ interface XFormControllerContext;
For instance, the URL with the suffix <em>moveToFirst</em> is associated with moving the form to the first For instance, the URL with the suffix <em>moveToFirst</em> is associated with moving the form to the first
record, and it will be disabled in case the form is already positioned on the first record.</p> record, and it will be disabled in case the form is already positioned on the first record.</p>
<table style="width:100%;" border="0" cellpadding="2" cellspacing="2"><tbody> <table style="width:100%;" border="0" cellpadding="2" cellspacing="2">
<tr style="vertical-align: top;"> <tr style="vertical-align: top;">
<td><b>URL suffix</b></td> <td><b>URL suffix</b></td>
...@@ -232,8 +232,7 @@ interface XFormControllerContext; ...@@ -232,8 +232,7 @@ interface XFormControllerContext;
<td><em>removeFilterOrder</em></td> <td><em>removeFilterOrder</em></td>
<td>completely removes any filter and sorting order from the form, and reloads it.</td> <td>completely removes any filter and sorting order from the form, and reloads it.</td>
</tr> </tr>
</table>
</tbody></table>
@see ::com::sun::star::form::component:Form @see ::com::sun::star::form::component:Form
@see ::com::sun::star::form::binding::BindableControlModel @see ::com::sun::star::form::binding::BindableControlModel
......
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
</p> </p>
<p> <p>
Supported URLs must match follow format: <protocol scheme>:<protocol specific part> Supported URLs must match follow format:
<code><i>protocol scheme</i>:<i>protocol specific part</i></code>
If a handler provides optional arguments ("?") or jump marks ("#") depends from his If a handler provides optional arguments ("?") or jump marks ("#") depends from his
definition and implementation. The generic dispatch provider will use registered definition and implementation. The generic dispatch provider will use registered
URL pattern to detect right handler. URL pattern to detect right handler.
......
...@@ -106,7 +106,7 @@ published service Presentation ...@@ -106,7 +106,7 @@ published service Presentation
/** is the duration of the black screen after the /** is the duration of the black screen after the
presentation has finished. presentation has finished.
<p>If this is set to <literal>0</literal>, no black screen is shown.</p> <p>If this is set to <code>0</code>, no black screen is shown.</p>
*/ */
[property] long Pause; [property] long Pause;
......
...@@ -49,7 +49,7 @@ interface XPresentation2 ...@@ -49,7 +49,7 @@ interface XPresentation2
/** start the slide show with the given arguments. /** start the slide show with the given arguments.
All arguments override the values from <service>Presentation</service> All arguments override the values from Presentation.
*/ */
void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments ); void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );
......
...@@ -467,24 +467,24 @@ interface XCanvas : ::com::sun::star::uno::XInterface ...@@ -467,24 +467,24 @@ interface XCanvas : ::com::sun::star::uno::XInterface
the following properties are recognized: the following properties are recognized:
<ul> <ul>
<il>Kerning: a double between 0 and 1, where <li>Kerning: a double between 0 and 1, where
0 completely disables kerning. Whether kerning is on or 0 completely disables kerning. Whether kerning is on or
off by default is font-dependent.</il> off by default is font-dependent.</li>
<il>IsEmphasisMarks: a boolean, where `TRUE` <li>IsEmphasisMarks: a boolean, where `TRUE`
enables automatic placements of emphasis marks, e.g. for enables automatic placements of emphasis marks, e.g. for
Hebrew. The default value, if this property is not Hebrew. The default value, if this property is not
specified, is `FALSE`.</il> specified, is `FALSE`.</li>
<il>ExpandedSpacing: a double value which is added <li>ExpandedSpacing: a double value which is added
between all cell distances for this font. The default value for between all cell distances for this font. The default value for
this property is zero. Use negative values for condensed output, this property is zero. Use negative values for condensed output,
and positive values for expanded output.</il> and positive values for expanded output.</li>
<il>OptionalLayoutFeatures: a sequence of <li>OptionalLayoutFeatures: a sequence of
::com::sun::star::beans::PropertyValue listing ::com::sun::star::beans::PropertyValue listing
font-specific optional layout features, like glyph font-specific optional layout features, like glyph
variants.</il> variants.</li>
</ul> </ul>
......
...@@ -36,7 +36,7 @@ interface XFixedLine ...@@ -36,7 +36,7 @@ interface XFixedLine
<pre> <pre>
0: horizontal 0: horizontal
1: vertical </default> 1: vertical (default)
</pre> </pre>
*/ */
[attribute,bound] long Orientation [attribute,bound] long Orientation
......
...@@ -126,7 +126,7 @@ module com { module sun { module star { module sdb { ...@@ -126,7 +126,7 @@ module com { module sun { module star { module sdb {
</ul> </ul>
</p> </p>
<p>The default for DataAccessDescriptor::Selection is to contain bookmarks, if not specified <p>The default for DataAccessDescriptor::Selection is to contain bookmarks, if not specified
otherwise by DataAccessDescriptor::BookmarkSelection.</pr> otherwise by DataAccessDescriptor::BookmarkSelection.
</p> </p>
@see com::sun::star::sdb::ContentLoader @see com::sun::star::sdb::ContentLoader
......
...@@ -131,7 +131,7 @@ constants ErrorCondition ...@@ -131,7 +131,7 @@ constants ErrorCondition
not be accessed. not be accessed.
<p>For instance, this error code is used when you try to access the address book <p>For instance, this error code is used when you try to access the address book
in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile in a Thunderbird profile named <i>MyProfile</i>, but there does not exist a profile
with this name.</p> with this name.</p>
*/ */
const long AB_ADDRESSBOOK_NOT_FOUND = 500; const long AB_ADDRESSBOOK_NOT_FOUND = 500;
...@@ -143,7 +143,7 @@ constants ErrorCondition ...@@ -143,7 +143,7 @@ constants ErrorCondition
<p>Some database drivers are not able to <code>SELECT</code> from a table if the <p>Some database drivers are not able to <code>SELECT</code> from a table if the
statement does not contain a <code>WHERE</code> clause. In this case, a statement statement does not contain a <code>WHERE</code> clause. In this case, a statement
like <code>SELECT * FROM "table"</cdeo> with fail with the error code like <code>SELECT * FROM "table"</code> with fail with the error code
<code>DATA_CANNOT_SELECT_UNFILTERED</code>.</p> <code>DATA_CANNOT_SELECT_UNFILTERED</code>.</p>
<p>It is also legitimate for the driver to report this error condition as warning, and provide <p>It is also legitimate for the driver to report this error condition as warning, and provide
......
...@@ -90,13 +90,10 @@ service OfficeDatabaseDocument ...@@ -90,13 +90,10 @@ service OfficeDatabaseDocument
<p>The following events are broadcasted by a database document <p>The following events are broadcasted by a database document
<table border="1" frame="all"> <table border="1" frame="all">
<thead>
<tr><td><strong>Event Name</strong></td> <tr><td><strong>Event Name</strong></td>
<td><strong>broadcasted when</strong></td> <td><strong>broadcasted when</strong></td>
<td align="center"><strong>broadcasted synchronously</strong></td> <td align="center"><strong>broadcasted synchronously</strong></td>
</tr> </tr>
</thead>
<tbody>
<tr><td valign="top"><em>OnCreate</em></td> <tr><td valign="top"><em>OnCreate</em></td>
<td>the document has been newly created. This does not imply that the document has <td>the document has been newly created. This does not imply that the document has
been loaded into a frame, it just means the initialization has been finished.</td> been loaded into a frame, it just means the initialization has been finished.</td>
...@@ -169,7 +166,7 @@ service OfficeDatabaseDocument ...@@ -169,7 +166,7 @@ service OfficeDatabaseDocument
<td align="center">no</td> <td align="center">no</td>
</tr> </tr>
<tr><td valign="top"><em>OnModifyChanged</em></td> <tr><td valign="top"><em>OnModifyChanged</em></td>
<td>the <quot>modified</quot> state of the document changed.</td> <td>the <em>modified</em> state of the document changed.</td>
<td align="center">no</td> <td align="center">no</td>
</tr> </tr>
<tr><td valign="top"><em>OnViewCreated</em></td> <tr><td valign="top"><em>OnViewCreated</em></td>
...@@ -196,7 +193,6 @@ service OfficeDatabaseDocument ...@@ -196,7 +193,6 @@ service OfficeDatabaseDocument
<td>From with a view to the document, a view to a sub component (e.g. a table or a report) has been closed.</td> <td>From with a view to the document, a view to a sub component (e.g. a table or a report) has been closed.</td>
<td align="center">no</td> <td align="center">no</td>
</tr> </tr>
</tbody>
</table> </table>
</p> </p>
......
...@@ -185,7 +185,7 @@ interface XDatabaseDocumentUI ...@@ -185,7 +185,7 @@ interface XDatabaseDocumentUI
<p>For the different object types, this means the following <p>For the different object types, this means the following
<a name="component_types"></a> <a name="component_types"></a>
<table style="width:100%;" border="1 solid black" cellpadding="2" cellspacing="2"><tbody> <table style="width:100%;" border="1 solid black" cellpadding="2" cellspacing="2">
<tr style="vertical-align: top;"> <tr style="vertical-align: top;">
<td></td> <td></td>
<td><code>ForEditing</code> = `TRUE`</td> <td><code>ForEditing</code> = `TRUE`</td>
...@@ -221,7 +221,7 @@ interface XDatabaseDocumentUI ...@@ -221,7 +221,7 @@ interface XDatabaseDocumentUI
<td>The report is executed, and the results will be displayed.</td> <td>The report is executed, and the results will be displayed.</td>
</tr> </tr>
</tbody></table> </table>
</p> </p>
@return @return
......
...@@ -40,7 +40,7 @@ published interface XStyleLoader: com::sun::star::uno::XInterface ...@@ -40,7 +40,7 @@ published interface XStyleLoader: com::sun::star::uno::XInterface
The directory and the filename from document with the styles The directory and the filename from document with the styles
@param aOptions : @param aOptions :
Specifies which of the Style families the method should load. Specifies which of the Style families the method should load.
The sequence <PropertyValue/> has the following, optional items: The <code>sequence<PropertyValue></code> has the following, optional items:
<ul> <ul>
<li> boolean LoadCellStyles </li> <li> boolean LoadCellStyles </li>
<li> boolean LoadTextStyles </li> <li> boolean LoadTextStyles </li>
......
...@@ -52,7 +52,7 @@ interface XWizardPage; ...@@ -52,7 +52,7 @@ interface XWizardPage;
paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there's at least one paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there's at least one
potential path in every situation: the current one. If there is more than one, then the future steps in the dialog potential path in every situation: the current one. If there is more than one, then the future steps in the dialog
are not finally decided. In such a case, the roadmap will display future steps up to the point where the potential are not finally decided. In such a case, the roadmap will display future steps up to the point where the potential
paths diverge, and then an item <quot><code>...</code></quot> indicating that the order of steps is undecided.</p> paths diverge, and then an item <em><code>...</code></em> indicating that the order of steps is undecided.</p>
<p>An XWizardController can declare a certain path as active path by calling the activatePath() <p>An XWizardController can declare a certain path as active path by calling the activatePath()
method. Usually, this is done depending on user input. For instance, your wizard could have radio buttons on the method. Usually, this is done depending on user input. For instance, your wizard could have radio buttons on the
......
...@@ -88,8 +88,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn ...@@ -88,8 +88,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
XTypeDescription can be returned by the enumerator: XTypeDescription can be returned by the enumerator:
<table border="1"> <table border="1">
<thead><tr><th>IDL</th><th>interface</th></tr></thead> <tr><th>IDL</th><th>interface</th></tr>
<tbody>
<tr> <tr>
<td>enum</td> <td>enum</td>
<td>XEnumTypeDescription</td> <td>XEnumTypeDescription</td>
...@@ -138,7 +137,6 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn ...@@ -138,7 +137,6 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
<td>constants</td> <td>constants</td>
<td>XConstantsTypeDescription</td> <td>XConstantsTypeDescription</td>
</tr> </tr>
</tbody>
</table> </table>
@throws NoSuchTypeNameException @throws NoSuchTypeNameException
......
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