Issue 98674 - Autodoc error in XFastTokenHandler.idl - Missing closing angel bracket
Summary: Autodoc error in XFastTokenHandler.idl - Missing closing angel bracket
Status: CLOSED DUPLICATE of issue 99163
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Unknown All
: P4 Trivial
Target Milestone: ---
Assignee: jsc
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 01:45 UTC by siggimund
Modified: 2013-02-24 21:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description siggimund 2009-01-31 01:45:46 UTC
Source code line 60 in:
OOO300_m15/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
"			a unique integer token for the given String or
<const>FastToken::DONTKNOW</const"

should be:
"			a unique integer token for the given String or
<const>FastToken::DONTKNOW</const>"

Consequences:
In the api doc for XFastTokenHandler, Methods' Details, getToken at 
http://api.openoffice.org/docs/common/ref/com/sun/star/xml/sax/XFastTokenHandler.html
"a unique integer token for the given String or FastToken::DONTKNOW"
the rest of the sentence after 'FastToken::DONTKNOW' is missing.

Build log output:
.\../../wntmsci11.pro/bin/odkcommon/idl\com\sun\star\xml\sax\XFastTokenHandler.idl
...
Error:  Syntax error in documentation within this text:
"</const
			if the identifier is not known to this instance.
	".
Comment 1 siggimund 2009-02-04 07:35:07 UTC
Change Summary description so most relevant parts are at start of summary.
Change version to DEV300m41. (Is that the same as the current developer version ?)
Change Priority to P4 as it better fits the "Measures/Examples" at
http://qa.openoffice.org/scdocs/ddIssues_EnterModify.html#priority
Comment 2 jsc 2009-02-05 14:14:29 UTC
accepted
Comment 3 jsc 2009-05-14 14:09:07 UTC
it's a duplicate to issue i99163 and is fixed on cws jsc320

Thanks for the issue

*** This issue has been marked as a duplicate of 99163 ***
Comment 4 jsc 2009-05-14 14:11:48 UTC
close