https://bugs.documentfoundation.org/show_bug.cgi?id=163745
Bug ID: 163745
Summary: BASIC help pages must explicitly state types of all
arguments and of return value
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Consider, for example, HasUnoInterfaces Function help page [1]. It has a
"syntax" part. The following "Parameters" section does not explicitly mention
the types of the arguments passed to the function.
The implementation of the function [2] expects the first argument to be Object,
and the rest String. This must be mentioned in the help page directly at every
argument.
All the help pages for Basic functions have proper Basic types of all arguments
and return values explicitly stated.
[1]
https://help.libreoffice.org/24.8/en-US/text/sbasic/shared/03104400.html?DbPAR=BASIC
[2]
https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbunoobj.cxx?r=ee4554b0&fi=RTL_Impl_HasInterfaces#RTL_Impl_HasInterfaces
--
You are receiving this mail because:
You are the assignee for the bug.