| Commit message (Expand) | Author | Age | Files | Lines |
* | QDoc: Move QDoc source files under a further "qdoc" directory | Luca Di Sera | 2023-04-12 | 1 | -2099/+0 |
* | qdoc: Warn about documented global functions that generate no docs | Topi Reinio | 2023-03-24 | 1 | -3/+10 |
* | qdoc: Fix auto-generated \since note for \enum documentation | Topi Reinio | 2023-03-22 | 1 | -4/+2 |
* | qdoc: Remove unnecessary Config access functions | Topi Reinio | 2023-03-14 | 1 | -13/+14 |
* | qdoc: Remove Config::lastLocation() | Topi Reinio | 2023-03-02 | 1 | -23/+19 |
* | Doc: Remove duplicate words | Andreas Eliasson | 2023-02-09 | 1 | -1/+1 |
* | qdoc: Make QDoc's output less noisy by default | Topi Reinio | 2023-02-07 | 1 | -17/+3 |
* | QDoc: Tag C++ elements as "noexcept" when they are marked as such | Luca Di Sera | 2023-01-25 | 1 | -0/+29 |
* | QDoc: Remove unused overload of \meta command | Paul Wicking | 2022-12-30 | 1 | -20/+0 |
* | qdoc: Unify handling of QML types and QML value types | Topi Reinio | 2022-12-12 | 1 | -22/+9 |
* | qdoc: Fix various clang warnings | Friedemann Kleint | 2022-12-02 | 1 | -3/+4 |
* | qdoc: Fix clang warnings about lambdas returning QStringBuilder | Friedemann Kleint | 2022-12-02 | 1 | -1/+1 |
* | Insert missing ends of paragraphs for reimplements | Thibaut Cuvelier | 2022-11-04 | 1 | -29/+28 |
* | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-06 | 1 | -4/+4 |
* | Port from container::count() and length() to size() | Marc Mutz | 2022-10-06 | 1 | -17/+17 |
* | QDoc: Remove unfinished support for documenting javascript | Luca Di Sera | 2022-09-07 | 1 | -43/+22 |
* | QtTools: port away from deprecated operator""_qs() | Ivan Solovev | 2022-08-30 | 1 | -2/+4 |
* | qdoc: Store BINDABLE property members into PropertyNode | Topi Reinio | 2022-08-23 | 1 | -7/+7 |
* | doc: Handle macros while generating since info | Venugopal Shivashankar | 2022-08-22 | 1 | -0/+3 |
* | Use registerRef to ensure xml:id validity and unicity | Thibaut Cuvelier | 2022-08-22 | 1 | -3/+18 |
* | Remove an end of para for deprecated command | Thibaut Cuvelier | 2022-08-09 | 1 | -1/+0 |
* | QDoc: Remove Node::setOutputFileName and Node::outputFileName | Luca Di Sera | 2022-07-22 | 1 | -23/+3 |
* | qdoc: Introduce \modulestate command | Topi Reinio | 2022-07-15 | 1 | -1/+10 |
* | Use SPDX license identifiers | Lucie GΓ©rard | 2022-05-19 | 1 | -27/+2 |
* | QDoc: Apply the FileResolver abstraction to the code | Luca Di Sera | 2022-05-10 | 1 | -73/+99 |
* | Rename QML basic types to value types | Ulf Hermann | 2022-01-18 | 1 | -2/+2 |
* | qdoc: Teach Config::getCanonicalPathList() to read include paths | Topi Reinio | 2021-10-08 | 1 | -1/+1 |
* | qdoc: Clean up index file generation | Topi Reinio | 2021-07-01 | 1 | -18/+6 |
* | QDoc: clean up html output | Paul Wicking | 2021-05-25 | 1 | -2/+2 |
* | QDoc: Code cleanup | Paul Wicking | 2021-05-19 | 1 | -85/+87 |
* | QDoc: Add guard for possible nullptr access | Paul Wicking | 2021-05-10 | 1 | -1/+1 |
* | Doc: Improve \deprecated command | Paul Wicking | 2021-05-10 | 1 | -3/+6 |
* | qdoc: Remove Node::Obsolete status | Topi Reinio | 2021-05-10 | 1 | -15/+5 |
* | QDoc: Code cleanup | Paul Wicking | 2021-05-03 | 1 | -94/+23 |
* | Revert "QDoc: Add \deprecatedsince command" | Paul Wicking | 2021-04-30 | 1 | -4/+1 |
* | QDoc: Add \deprecatedsince command | Paul Wicking | 2021-04-28 | 1 | -1/+4 |
* | Revert "QDoc: Make Generator::fileBase static" | Topi Reinio | 2021-04-15 | 1 | -2/+2 |
* | qdoc: Fix addendums for QML signals that contain '.' in the name | Topi Reinio | 2021-01-11 | 1 | -2/+3 |
* | qdoc: Fix linking to property groups | Topi Reinio | 2020-11-11 | 1 | -0/+4 |
* | qdoc: Unify generated documentation between \typedef and \typealias | Topi Reinio | 2020-11-09 | 1 | -27/+5 |
* | qdoc: Fix QList::removeAll() invocations to build | Friedemann Kleint | 2020-10-20 | 1 | -1/+1 |
* | qdoc: Stop removing content of the output directory | Topi Reinio | 2020-10-10 | 1 | -7/+8 |
* | qdoc: Report file overwrites as debug output instead of errors | Tor Arne VestbΓΈ | 2020-10-05 | 1 | -4/+5 |
* | QDoc: Move separator into utilities | Paul Wicking | 2020-10-05 | 1 | -7/+7 |
* | qdoc: Manage logging category in utilities.h/cpp | Tor Arne VestbΓΈ | 2020-09-24 | 1 | -1/+0 |
* | qdoc: Add support for bindable properties | Topi Reinio | 2020-09-21 | 1 | -0/+13 |
* | QDoc: Make Generator::fileBase static | Paul Wicking | 2020-09-04 | 1 | -2/+2 |
* | QDoc: Remove unused method | Paul Wicking | 2020-09-04 | 1 | -13/+0 |
* | QDoc: Add Config::showInternal() | Paul Wicking | 2020-09-02 | 1 | -1/+1 |
* | qdoc: Remove unused function used for debugging | Topi Reinio | 2020-06-17 | 1 | -15/+0 |