summaryrefslogtreecommitdiffstats
path: root/doc/src/api
Commit message (Collapse)AuthorAgeFilesLines
* Use module declarations for documentation and further cleanupsPekka Vuorela11 days1-71/+0
| | | | | | | | | | | | | | | | | | The \module & \inmodule fit better the grouping here rather than \group and \ingroup. These are really separate libraries while \group would fit better different aspects inside a library, e.g. ids or mail keys etc. In addition qdoc was complaining for each class that it doesn't know the module and is using the project name instead. Some other cleanups too: - removed yet another ancient changelog - renamed the general qmf file & resulting html - added some warnings about examples being outdated Change-Id: I9717223f54408449e6ad2357c4aa98d392d20ade Reviewed-by: Pekka Vuorela <pvuorela@iki.fi> Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: <matti.viljanen@kapsi.fi>
* Clean up the doc/ directory contentPekka Vuorela11 days2-41/+0
| | | | | | | | | | | | | | | | | | | | | | | - Removed CHANGES.qdoc. Like in the removed main CHANGES file, only quite historical changes here. - Removed qtopiamail_qmfutil.qdoc. No such thing anymore. - Removed the .qodcperl file. Not spotting any actual use and rather not touch this perl stuff anyway. - Removed references to files/content which doesn't exist anymore, e.g. the whole utility library. - Removed references to features not really supported, e.g. XMPP or cell phone things. - Simplified some parts. - Removed html footer. "QtSoftware 2010" is hardly the exact content we want there. For the moment we can manage without anything. - Renamed some files to avoid qtopia and to better refer to current libraries. Seems still a mess, but again a bit better maybe. Change-Id: Iadefc726159bc5ec36f6cc28b892e917a1cdbb06 Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
* Remove trailing spaces from doc/src/*Pekka Vuorela12 days1-2/+2
| | | | | | Change-Id: Ief4b38b510f933bd43952dd4e700121694daefd5 Reviewed-by: <matti.viljanen@kapsi.fi> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
* Fix some more mechanical documentation detailsPekka Vuorela12 days1-10/+10
| | | | | | | | | | | - \bold, \o and \i are deprecated in favor or \b, \li and \e - qdoc complains about \brief not ending in full stop - \sa should end in comma or no punctuation character Change-Id: I6bdc3757d63578c3895e7b1cad8b32773257d965 Reviewed-by: <matti.viljanen@kapsi.fi> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi> Reviewed-by: Damien Caliste <dcaliste@free.fr>
* Fix license headersChris Adams2018-07-193-9/+9
| | | | | Change-Id: I86c8213bf803493a45752676587c3ff77414e457 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-283-15/+15
| | | | | Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Add license header for *qdoc filesSergio Ahumada2013-04-193-0/+80
| | | | | | | Also adding LICENSE.FDL to the repository Change-Id: Id53b42ac71394f7af17daa3ccf4971215db5cc7a Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Remove obsolete references to Qt Extended.MattV2009-03-301-4/+4
|
* Remove broken documentation links.MattV2009-03-061-1/+1
|
* Minor documentation fixes.MattV2009-03-051-18/+4
|
* Make the generated documentation resemble the Qtopia Messaging module ↵MattV2009-03-053-0/+142
documentation.