summaryrefslogtreecommitdiffstats
path: root/src/qdoc/htmlgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Add complete version string to the HTML titleVenugopal Shivashankar2019-02-111-7/+5
* qdoc: Link buildversion field to navigation.landingpageTopi Reinio2019-01-021-4/+20
* qdoc: Skip section headers with no content on C++ reference pagesTopi Reinio2018-11-151-49/+47
* qdoc: Don't list inherited members on obsolete members pageMartin Smith2018-09-061-1/+1
* qdoc: Only list obsolete members in details sectionMartin Smith2018-09-061-2/+3
* qdoc: Fix generation of namespace documentationTopi Reinio2018-09-061-7/+9
* qdoc: Fix output for shared QML document nodesTopi Reinio2018-08-301-15/+35
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-301-7/+8
|\
| * qdoc: Fix link generation code for \brief statementsTopi Reinio2018-06-221-7/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-121-4/+11
|\|
| * qdoc: Fix issues with processing of \brief statementsTopi Reinio2018-06-051-4/+11
* | qdoc: Don't output empty sections for Document nodeMartin Smith2018-06-081-5/+7
* | qdoc: Don't output empty QML sections in QML basic typesMartin Smith2018-06-081-11/+15
* | qdoc: Don't output empty QML sectionsMartin Smith2018-06-071-11/+15
* | qdoc: Clear containers in class Section clear() functionMartin Smith2018-06-051-4/+6
* | qdoc: Refactor section construction and processingMartin Smith2018-06-011-359/+222
* | qdoc: Remove support for \compat commandMartin Smith2018-06-011-95/+17
* | qdoc: Refactor section constructionMartin Smith2018-06-011-135/+131
* | qdoc: Document a namespace in multiple modulesMartin Smith2018-06-011-84/+104
|/
* qdoc: Generate correct links to QML propertiesv5.11.0-beta1Martin Smith2018-02-231-2/+9
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-13/+28
|\
| * qdoc: Allow defining titles for navigation.homepage and landingpageTopi Reinio2017-12-061-13/+28
* | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-2/+2
* | qdoc: Partial refactor of Node hierarchyMartin Smith2017-12-041-27/+5
* | qdoc: Handle shared comments betterMartin Smith2017-11-161-2/+4
* | qdoc: Document C++ functions that are invokableMartin Smith2017-11-161-0/+11
* | qdoc: Add optional since clause to \value commandMartin Smith2017-11-151-5/+19
* | Merge remote-tracking branch 'origin/wip/qdoc-clang' into devLiang Qi2017-11-131-18/+34
|\ \
| * | qdoc: Better support for multi-\fn documentation blocksMartin Smith2017-08-101-18/+34
| |/
* | qdoc: Improve linking of QML typesTopi Reinio2017-10-271-7/+7
* | qdoc: Make doc configuration aware of the output formatTopi Reinio2017-10-171-0/+7
* | qdoc: Allow defining example tags with the \meta commandTopi Reinio2017-10-111-0/+6
|/
* qdoc: Further improve example file listingTopi Reinio2017-07-041-2/+5
* qdoc: Improve example file listingTopi Reinio2017-06-261-0/+10
* qdoc: Improve \brief handlingTopi Reinio2017-02-141-31/+17
* qdoc/HtmlGenerator::highlightedCode(): Use QString::startsWith()Friedemann Kleint2016-11-301-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-1/+14
|\
| * qdoc: Use group information for page navigation (breadcrumbs)Topi Reinio2016-09-271-0/+13
| * qdoc: Add 'plain' HTML class attribute for \badcode snippetsTopi Reinio2016-09-201-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+1
|\|
| * qdoc: Improve resolution of QML type inheritanceTopi Reinio2016-08-161-1/+1
* | qdoc: Add support for attribution pagesKai Koehne2016-08-081-0/+8
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-19/+20
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-2/+8
| |\
| | * Less randomness in qdoc output part IISune Vuorela2016-06-161-1/+5
| | * Less randomization in output of qdoc.Sune Vuorela2016-06-141-1/+3
| * | Updated license headers and license testsAntti Kokko2016-06-101-17/+12
| |/
* | qdoc: Add new navigation options cppclassestitle and qmltypestitleLorenz Haas2016-04-261-4/+14
* | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-061-10/+34
|\|
| * qdoc: Avoid trailing spaces in HTML <title>Topi Reinio2016-04-051-4/+6