Bug 438925

Summary: Documentation miss match from list to description
Product: [Applications] krita Reporter: keyth_qcfx2 <keyth2363214>
Component: DocumentationAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED MOVED    
Severity: normal CC: halla, tamtamy.tymona
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description keyth_qcfx2 2021-06-19 20:05:21 UTC
SUMMARY
at the libkis page within the color management module for python
https://api.kde.org/appscomplete-api/krita-apidocs/libs/libkis/html/classManagedColor.html#a460edcb83e95e24931e559da793bbd00

The functions in the header are not the same as the functions(header) on the top are not the same as the functions in the description the one I noticed especially is "fromQColor()" however the rest seem a bit out of order too.

OBSERVED RESULT
some functions do not match in name and order

EXPECTED RESULT
the functions in the header to be the same as in the description
Comment 1 Tiar 2021-08-24 15:06:05 UTC
"fromQColor" is in "Static Public functions", I guess the documentation sorts the functions in some way, and the rest of the page lists them in the order of appearing in the source code?
Comment 2 Halla Rempt 2022-04-07 09:18:09 UTC
In any case, we don't maintain api.kde.org, which is now also broken... (See https://invent.kde.org/frameworks/kapidox/-/issues/12, which is also the place to report issues with that website)