Export metalist to json file
ClosedPublic

Authored by cblack on May 11 2020, 6:31 PM.

Details

Summary

This will allow tooling to better introspect the generated pages.

Diff Detail

Repository
R264 KApiDox
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
cblack created this revision.May 11 2020, 6:31 PM
Restricted Application added projects: Frameworks, Documentation. · View Herald TranscriptMay 11 2020, 6:31 PM
Restricted Application added subscribers: kde-doc-english, kde-frameworks-devel. · View Herald Transcript
cblack requested review of this revision.May 11 2020, 6:31 PM
cblack updated this revision to Diff 82608.May 11 2020, 8:54 PM

Dump output information as well

Don't use file as a variable name as it's a python keyword.

Do you really want to dump those files everywhere?

Don't use file as a variable name as it's a python keyword.

>>> import keyword
>>> keyword.iskeyword("file")
False

It's not.

Do you really want to dump those files everywhere?

Yes, it's what allows https://invent.kde.org/cblack/sitelenkijetesantakalu/ to serve a dynamic front page from disparate kapidox runs.

ochurlaud accepted this revision.May 12 2020, 7:50 PM

Alright! Ship it

This revision is now accepted and ready to land.May 12 2020, 7:50 PM
This revision was automatically updated to reflect the committed changes.