Issue 105320 - odk: remove IDL @since tag mapping
Summary: odk: remove IDL @since tag mapping
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: misheto
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 08:16 UTC by Stephan Bergmann
Modified: 2013-02-24 21:10 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2009-09-24 08:16:26 UTC
As discussed recently on Sun-internal sun.star.eng.discuss, the feature to have
autodoc map generic @since tags in IDL files to specific (branded) values in
documentation output can be removed completely:  "Correct me if I am wrong, but
is it not like the following?  Originally, we had branded versions of the SDK
where autodoc would generate from input IDL '@since 1.2.3' output like 'since
OpenOffice 1.2.3' or 'since StarOffice 4.5.6' using those mapping files
[odk/pack/copying/apiref-autodoc.since] (of which there would have been
multiple, one per brand, back then).  Now that there is just one version of the
SDK left, the whole process can be dropped:  In the IDL sources, '@since 1.2.3'
is replaced with '@since OpenOffice 1.2.3,' the @since-tag-mapping-feature is
removed from autodoc, and the (single remaining) mapping file is removed."
Comment 1 nikolai.pretzell 2009-09-24 09:18:14 UTC
To remove the @since mapping, just remove the option "-sincefile" from the
autodoc call in module odk, or wherever it may be used.

Probably Juergen Schmidt knows best where to do this.
Comment 2 jsc 2009-10-05 09:26:23 UTC
accepted
Comment 3 jsc 2010-02-15 12:11:57 UTC
fixed on cws sdk330
remove command line argument for autodoc
Comment 4 jsc 2010-02-15 12:52:03 UTC
jsc -> misheto: please check the generated IDL reference. The since tags should
be something like OOo 2.0.0. There a few IDL files with since tags like
OpenOffice.org 3.3 but these are errors in the IDL files and will be fixed with
i109285
Comment 5 jsc 2010-02-15 12:54:26 UTC
.
Comment 6 misheto 2010-02-17 15:09:27 UTC
verified on cws sdk330
Comment 7 misheto 2010-10-13 10:35:08 UTC
.