diff options
author | Johanna Vanhatapio <[email protected]> | 2025-05-07 13:36:46 +0300 |
---|---|---|
committer | Johanna Vanhatapio <[email protected]> | 2025-05-19 07:08:54 +0000 |
commit | 68fb070e89244f1fa93ba6c04e4d8cb10a35b4ea (patch) | |
tree | 810d2e09c8d0b93f3cafe5d437010624f1a46eef /doc/src/qt-jenny-topics.qdoc | |
parent | 599f6d98d26ed7753293bdb81916616c1a8e7c86 (diff) |
- Implementing the new doc landing page
template
- Some reorganizing to match the template
- Some work on the transitioning to sentence case
Task-number: QTBUG-136585
Change-Id: I87f03f7d35fd88b80e262d0cbc81e6b9fc18bd1f
Reviewed-by: Nicholas Bennett <[email protected]>
Diffstat (limited to 'doc/src/qt-jenny-topics.qdoc')
-rw-r--r-- | doc/src/qt-jenny-topics.qdoc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/src/qt-jenny-topics.qdoc b/doc/src/qt-jenny-topics.qdoc new file mode 100644 index 0000000..33416fc --- /dev/null +++ b/doc/src/qt-jenny-topics.qdoc @@ -0,0 +1,49 @@ +// Copyright (C) 2025 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only + +/*! + \page qt-jenny-overview.html + \title Qt Jenny: Java Code Generator + \brief About Qt Jenny. + \target Qt Jenny + + Qt Jenny translates Java APIs to C++ wrappers. See \l{Get Started with Qt Jenny} + to start creating your C++ wrappers. + + \section1 Qt Jenny features + + \list + \li + //! TODO: add a list of features + \endlist + + \section1 How Qt Jenny works + + Qt Jenny translates Java APIs to C++ wrappers by... + //! TODO: explain this + + \image qtjenny-overview.png "Qt Jenny Architecture" + + \note There is no compatibility guarantee for the autogenerated code. This + means that even application code that uses the autogenerated code is only + guaranteed to work with the Qt Jenny version it was developed + against. We try to keep the API source compatible for as long as possible. +*/ + +/*! + \page qt-jenny-references.html + \title References for Qt Jenny + + //! TODO: Are there any references around code generation the reader could benefit from + +*/ + +/*! + \page qt-jenny-licenses.html + \title Licenses and attributions for Qt Jenny + + Qt Jenny potentially contains third-party modules under the following + permissive licenses: + + \generatelist{groupsbymodule attributions-qtjenny} +*/ |