Bug 148065 - Use links to API from Basic help pages
Summary: Use links to API from Basic help pages
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-18 07:37 UTC by Mike Kaganski
Modified: 2022-03-18 11:44 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2022-03-18 07:37:41 UTC
There are a number of Basic help pages that mention different UNO API names, like "Using Calc Functions in Macros" [1] or "CreateUnoValue Function" [2]. The names used there are not linked to respective API documentation.

OTOH, there are places where such cross-references exist: e.g., "CreateUnoService Function" [3] links to [4].

We need to add links to API for all such mentions, to allow users easy access to complete documentation.

[1] https://help.libreoffice.org/latest/en-US/text/sbasic/shared/calc_functions.html?DbPAR=BASIC
[2] https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03132300.html?DbPAR=BASIC
[3] https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03131600.html?&DbPAR=BASIC
[4] https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html
Comment 1 Buovjaga 2022-03-18 08:21:31 UTC
This is related: https://github.com/doxygen/doxygen/pull/9165 add PREDICTABLE_URLS configuration option