Re: kdevplatform API docs
Igor Kushnir <[email protected]> Sun, 16 Nov 2025 14:41:57 +0200
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
On 2025-11-11 11:32 AM, Tomáš Trnka wrote: > The kdevplatform codebase is full of nice and helpful Doxygen comments, but I > can't for the life of me build a browsable version (be it Doxygen HTML or > QtHelp or anything else) or find it anywhere. There are some dead links to > api.kde.org around on the internet, but that's about it. Hi Tomáš, https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/681 makes the top-level Doxyfile buildable. So you can merge that MR locally and run `doxygen Doxyfile`. The resulting documentation is far from perfect for reasons discussed in a comment thread under that MR. If you think that such documentation is better than nothing, feel free to review that MR so we can finally merge it. Sorry for not replying earlier. Your email landed in my Junk folder for some reason. Cheers, Igor