| Summary: | New QDoc based docs lack documentation for functions in namespaces | ||
|---|---|---|---|
| Product: | [Websites] api.kde.org | Reporter: | Lukas Sommer <sommerluk> | 
| Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> | 
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | akselmo, david.boddie, herzenschein, nate, nicolas.fella | 
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
        
          Description
        
        
          Lukas Sommer
        
        
        
        
          2025-09-30 19:00:21 UTC
        
       Can confirm this happens for me as well. It looks like all of these functions are children of namespaces. One difference appears to be how the namespace is documented in each case. setupLocalizedContext() is declared in one place where the KLocalization namespace is documented as being part of the KI18nQml module: https://invent.kde.org/frameworks/ki18n/-/blob/master/src/i18n-qml/klocalizedqmlcontext.h?ref_type=heads The other functions are declared as part of the KLocalization namespace that is documented as being part of the KI18n module: https://invent.kde.org/frameworks/ki18n/-/blob/master/src/i18n/klocalization.h?ref_type=heads It may be that this detail isn't the cause of this, but it's something to check. |