Skip to content

Fix dox generation for Plasma Frameworks

Thiago Sueto requested to merge work/thiagosueto/metainfoyaml into master

The API documentation generation for Plasma Framework is broken, see the url https://api.kde.org/frameworks/plasma-plasma-framework/html/index.html, this breaks API links in the Develop tutorials for example.

This probably happened because of the change from frameworks/plasma-framework to plasma/libplasma.

This MR effectively does the same in Doxygen terms.

The result (in theory) should be:

I'll only be certain once it's merged and rebuilt, but in any case this should be a positive change that can be merged right now.

Merge request reports