Re: Documentation revamp update

2025-05-16 Thread Manuel Alcaraz Zambrano
> Hi. Hello, > Just checked out latest commit from kde-qdoc-common "Add md4qt" to see if > everything is fine... > > Almost everything is fine. I guess you changed some CSS or similar thing. So > on my "md4qt C++ Classes" page I see to wide "Contents" column, and too > narrow data column. >

Re: Documentation revamp update

2025-05-16 Thread Igor Mironchik
Hi. Just checked out latest commit from kde-qdoc-common "Add md4qt" to see if everything is fine... Almost everything is fine. I guess you changed some CSS or similar thing. So on my "md4qt C++ Classes" page I see to wide "Contents" column, and too narrow data column. Look https://drive.g

Re: Documentation revamp update

2025-05-16 Thread Nicolas Fella
Hi, in your qdocconf file you can add a "navigation.landingpage = Foo" where Foo is the title of the page. See https://invent.kde.org/libraries/md4qt/-/merge_requests/18 Cheers Nico Am 10.05.25 um 12:42 schrieb Igor Mironchik: I have a question. Consider I have index page like: /*!     \

Re: Documentation revamp update

2025-05-16 Thread Nicolas Fella
Hi, the syntax to use here is /*! Docs */ int fn(); Am 06.05.25 um 19:09 schrieb Igor Mironchik: Hi, How can I force QDoc to generate documentation for a function, for example, if it's documented with on-line comment like: //! Docs. int fn(); or /// Docs int fn(); I see that documen

Re: Documentation revamp update

2025-05-16 Thread Nicolas Fella
Hi, I'm not entirely sure yet, but I suspect this happens because both KF6::I18n and KF6::I18nQml define things in the KLocalization namespace but only the content from KF6::I18nQml is visible. Am 06.05.25 um 11:54 schrieb Lukas Sommer: It seems that functions in namespaces are not always doc

Re: Documentation revamp update

2025-05-06 Thread Lukas Sommer
It seems that functions in namespaces are not always documented. Example: https://api-staging.kde.org/klocalization.html does not contain documentation for KLocalization::setupSpinBoxFormatString() while https://api.kde.org/frameworks/ki18n/html/namespaceKLocalization.html does. Lukas Sommer Am

Re: Documentation revamp update

2025-05-05 Thread Nicolas Fella
Am 04.04.25 um 14:47 schrieb Nicolas Fella: Hi, I'm happy to announce a major milestone in our effort to improve our API documentation website by porting it to QDoc. We now have a preview of the new site available at https://api-staging.kde.org/, with all Frameworks converted to the new syntax.

Re: Documentation revamp update

2025-05-05 Thread Nicolas Fella
Am 04.04.25 um 17:24 schrieb Méven: Hi, > I'm happy to announce a major milestone in our effort to improve our API documentation website by porting it to QDoc. Great \o/ > Please have a look and report any issues. We do have some flexibility regarding content and appearance, but please underst

Re: Documentation revamp update

2025-04-04 Thread Méven
Hi, > I'm happy to announce a major milestone in our effort to improve our API documentation website by porting it to QDoc. Great \o/ > Please have a look and report any issues. We do have some flexibility regarding content and appearance, but please understand that we have to work within what Q

Documentation revamp update

2025-04-04 Thread Nicolas Fella
Hi, I'm happy to announce a major milestone in our effort to improve our API documentation website by porting it to QDoc. We now have a preview of the new site available at https://api-staging.kde.org/, with all Frameworks converted to the new syntax. Please have a look and report any issues. W