Bug 461139

Summary: Item is somehow getting linked to KStars qml type from other documentation
Product: [Frameworks and Libraries] frameworks-kdoctools Reporter: Jeremy Whiting <jpwhiting>
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: REPORTED ---    
Severity: normal CC: kdelibs-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jeremy Whiting 2022-10-29 00:52:34 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

I noticed when I was checking what KStatusNotifierItem does and how it works today that https://api.kde.org/frameworks/knotifications/html/classKStatusNotifierItem.html#details is linking to a KStars Item class even though it's not a class, but a QML type. Then also noticed on https://lxr.kde.org/ident?v=kf5-qt5&_i=Item many things link to it, but shouldn't. Is there some way to filter out these generic things (or would it be better to rename the KStars qml "Item" to KStarsItem or something to clear it up?

STEPS TO REPRODUCE
1.  Read the docs
2.  Notice stuff is linking to kstars Item that shouldn't be
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION