Bug 421459

Summary: kdesrc-build/conf-options-table: "global option" mix ups with "module option"
Product: [Developer tools] kdesrc-build Reporter: Andrey <butirsky>
Component: documentationAssignee: Michael Pyne <mpyne>
Status: RESOLVED NOT A BUG    
Severity: normal CC: yurchor
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Andrey 2020-05-13 12:23:42 UTC
https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/conf-options-table.html#conf-cmake-options

The error seems in following phrase: 
"Use this option to specify what flags to pass to CMake when creating the build system for the module. When this is used as a global option, it is applied to all modules that this script builds. When used as a module option, it is added to the end of the global options. This allows you to specify common CMake options in the global section."

Probably should be:
"When this is used as a module option, it is applied to all modules that this script builds. When used as a global option, it is added to the end of the global options."
Comment 1 Yuri Chornoivan 2020-05-13 12:40:01 UTC
kdesrc-build docs are maintained by its developers.
Comment 2 Andrey 2020-05-13 16:06:49 UTC
On a second look, seems the phrasing was OK. Sorry for the noise.