aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
Commit message (Collapse)AuthorAgeFilesLines
* Doxyfile: Remove old BuildConstants.h.in fileLinus Jahn2023-03-181-1/+0
|
* doc: Define QXMPP_DOC in doxygen runLinus Jahn2023-01-031-1/+1
|
* Introduce usage of DOAP file (#438)Melvin Keskin2022-09-091-1/+4
| | | | | This adds a DOAP file that replaces the non-machine readable version in xep.doc. It also adds a XEP metadata file and styling files for a human-readable version in the generated doxygen documentation.
* Rename QXmppGlobal to QXmppBuildConstantsLinus Jahn2022-04-051-1/+1
| | | | | | | | Plan is to split up Global into build constants and other globals. This avoids hassle when editing QXmppGlobal. With IDEs it can easily happen that you edit the wrong file from the build dir instead the `.h.in`. Co-authored-by: Melvin Keskin <melvo@olomono.de>
* REUSE-ify whole projectLinus Jahn2022-01-151-0/+4
|
* doc: Add QXmppGlobal.h.in to input filesLinus Jahn2021-07-231-0/+1
| | | | Required for the namespace and other documented stuff in there.
* doc: Also include XEP title into XEP linksLinus Jahn2021-03-111-1/+2
|
* CMake: Use cmake project version variablesLinus Jahn2020-05-181-1/+1
|
* doc: Add \xep{} alias to easily link to XEPsLinus Jahn2020-02-041-0/+1
| | | | | It can be used like this in the doxygen comments: \xep{0004}: Data Forms
* Refactor data form media elementLinus Jahn2019-10-231-1/+1
| | | | | | | | | | | * Add QXmppDataForm::MediaSource instead of using a QPair<QString, QString> to save the URIs and content types. * Deprecate QXmppDataForm::Media: The extra class was useless: Each Field has exactly one media element and the media element has only two attributes (size and media sources) * Add mediaSources and mediaSize attributes to the QXmppDataForm::Field * Deprecate getters/setters for the Media element of QXmppDataForm::Field (they are still working and tested)
* Add deprecation system similiar to Qt'sLinus Jahn2019-10-141-0/+4
| | | | | | | | | | | | This adds the QXMPP_DISABLE_DEPRECATED_BEFORE option and a QXMPP_DEPRECATED_SINCE(major, minor) macro. They work like their Qt equivalent: - QXMPP_DISABLE_DEPRECATED_BEFORE defines the version number of source compatibility to be kept with. By default this is the major version (e.g. QXmpp 1.0.0) - QXMPP_DEPRECATED_SINCE(major, minor) returns true, if functions that got deprecated at this version should still be included.
* Fix generating of Doxygen documentationBoris Pek2018-10-111-4/+6
| | | | Closes: #158
* Port docs to new build systemNiels Ole Salscheider2017-09-041-0/+13