Issue 37088 - link external documentation
Summary: link external documentation
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: autodoc (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: steffen.grund
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 15:04 UTC by steffen.grund
Modified: 2013-08-07 15:34 UTC (History)
1 user (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 steffen.grund 2004-11-12 15:04:47 UTC
The helperapi project (as part of the macro migration) defines its own idl files
and creates documentation with autodoc. 
Automated inks to StarOffice idls are not possible, if the idls are not included
in the 
-t <SourceDir>
parameter. Even if they are included, the SO idls are processed again.

A switch like 
-<external link> http://api.openoffice.org/docs/common/ref
that searches for every locally unresolved link on the SO website would do the
trick.
(OK, searching on the website for every link that's not found might not be the
best idea, but this is only my first idea.)
Comment 1 nikolai.pretzell 2005-01-17 13:27:20 UTC
Ok. Autodoc will not really search for links: That would mean to open up a tcp
connection and is beyond the scope of this application. 
However, if the user is sure, some links will be found there, he can provide the
address and the namespaces where links unresolvable in the parsed code shall be
redirected, and all unfound items within that namespaces will be redirected to
the specified location. A check, if the links are valid, will not be done.
Comment 2 nikolai.pretzell 2005-03-10 09:13:17 UTC
.
Comment 3 nikolai.pretzell 2005-03-11 13:05:39 UTC
done.
Comment 4 nikolai.pretzell 2005-03-11 13:06:54 UTC
np->sg: please verify on CWS adc11.



re-open issue and reassign to sg@openoffice.org
Comment 5 nikolai.pretzell 2005-03-11 13:06:59 UTC
reassign to sg@openoffice.org
Comment 6 nikolai.pretzell 2005-03-11 13:07:05 UTC
reset resolution to FIXED
Comment 7 steffen.grund 2005-03-11 14:45:14 UTC
Checked with the helperAPI on Windows and works -> verified.
Comment 8 steffen.grund 2005-08-18 14:10:02 UTC
still works -> closed.