aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
Commit message (Collapse)AuthorAgeFilesLines
* 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