summaryrefslogtreecommitdiffstats
path: root/src/qdoc
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Add more unit tests for QDocGlobalsPaul Wicking2018-10-162-9/+2
* QDoc: Refactor command line parser class out of main.cppPaul Wicking2018-10-126-249/+328
* QDoc: Move global variables out of main.cppPaul Wicking2018-10-115-95/+371
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-061-2/+2
|\
| * Doc: Fix typo and remove invalid quotes in QDoc manualPaul Wicking2018-10-031-2/+2
* | QDoc: Change zero as null pointer constants to nullptr in main.cppPaul Wicking2018-10-041-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-10/+27
|\|
| * Doc: Improve Clang for QDoc documentationPaul Wicking2018-09-271-10/+27
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-221-20/+29
|\|
| * Doc: Update QDoc manual to describe auto-detection of libclangPaul Wicking2018-09-201-20/+29
* | Doc: Update instructions and example for documenting QML enumsLeena Miettinen2018-09-212-9/+9
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-09-128-51/+152
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-114-13/+21
| |\
| | * QDoc: Link correctly to enums as function parametersv5.11.2Paul Wicking2018-09-031-1/+2
| | * Doc: Extend description of Clang dependency for QDocPaul Wicking2018-08-301-10/+16
| | * QDoc: Add check to avoid links to internal classes in online docsPaul Wicking2018-08-301-1/+1
| | * qdoc: Restore the correct output directory for example imagesTopi Reinio2018-08-281-1/+2
| * | qdoc: Allow parameters for \code, \qml, \js, and \badcode commandsTopi Reinio2018-09-092-7/+59
| * | qdoc: Add regular expression matching to macrosTopi Reinio2018-09-092-20/+58
| * | Fix crash when expanding macros in sectionsKai Koehne2018-09-061-1/+1
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-043-51/+96
|\| |
| * | qdoc: Fix output for shared QML document nodesTopi Reinio2018-08-303-51/+96
* | | QDoc: Clean up code, old style casts and more 0 nullptr constantsPaul Wicking2018-09-036-158/+158
* | | QDoc: Clean up codePaul Wicking2018-08-301-58/+37
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-081-12/+15
|\|
| * Doc: Update Installing clang for QDoc pagePaul Wicking2018-08-021-12/+15
* | qdoc: Fix generated C++ and QML type listsTopi Reinio2018-07-311-3/+4
* | qdoc: Allow macro expansion in qdoc command argumentsTopi Reinio2018-07-311-37/+56
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-07-251-11/+3
|\|
| * QDoc: Check aggregates with Node::nodeNameLessThan to improve sortingPaul Wicking2018-07-181-11/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-071-10/+1
|\|
| * Prospective fix for linking qdoc against libclang with MinGWSimon Hausmann2018-07-021-10/+1
* | qmlvisitor: deal with PatternElement::bindingIdentifer as QStringRefShawn Rutledge2018-07-032-2/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-308-23/+28
|\|
| * qdoc: Fix link generation code for \brief statementsTopi Reinio2018-06-221-7/+8
| * qdoc: Remove 'QML' specifier from generated type stringsTopi Reinio2018-06-221-7/+5
| * qdoc: Prevent duplicated example entries in annotated listTopi Reinio2018-06-222-4/+10
| * Doc: Add trailing dot in QDoc examplesPaul Wicking2018-06-191-2/+2
| * Doc: Add missing dotsPaul Wicking2018-06-193-3/+3
* | Temporarily disable QML parsingSimon Hausmann2018-06-261-0/+1
* | Remove the ancient qhelpconverterJarek Kobus2018-06-221-2/+1
* | qdoc: Allow escaping of single words to prevent autolinkingMartin Smith2018-06-181-5/+54
* | Compile qdoc with new JS parserLars Knoll2018-06-154-59/+21
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-122-5/+12
|\|
| * qdoc: Fix issues with processing of \brief statementsTopi Reinio2018-06-052-5/+12
* | 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