summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/core/ivigenerator/org.example.echo.qface32
-rw-r--r--tests/auto/core/ivigenerator/org.example.echo.qtro.qface17
-rw-r--r--tests/auto/core/ivigenerator/org.example.echo.simulator.qface23
3 files changed, 24 insertions, 48 deletions
diff --git a/tests/auto/core/ivigenerator/org.example.echo.qface b/tests/auto/core/ivigenerator/org.example.echo.qface
index 118cf63..ae6249c 100644
--- a/tests/auto/core/ivigenerator/org.example.echo.qface
+++ b/tests/auto/core/ivigenerator/org.example.echo.qface
@@ -5,23 +5,16 @@
module org.example.echo 1.0
/**
- * @brief the brief
- * @description the description
- * continues {@link http://qt.io}
- * @deprecated
- * @see org.example.echo.Echo
- * @see org.example
- * @see http://qt.io
- * @anything hello
+ * \brief the brief
+ * the description
+ * continues \l http://qt.io
*/
@config: {id: "org.foo.id.1.0", qml_class_name: "UiEcho"}
interface Echo {
/**
- * @brief brief message
- * @details long message
+ * \brief brief message
*
- * @param msg the message
- * @return the echo
+ * Some more documentation
*/
readonly string lastMessage;
int intValue;
@@ -50,12 +43,11 @@ interface Echo {
@config: {id: "org.foo.idz.1.0", zoned: true}
interface EchoZoned {
+
/**
- * @brief brief message
- * @details long message
+ * \brief brief message
*
- * @param msg the message
- * @return the echo
+ * Some more documentation
*/
readonly string lastMessage;
int intValue;
@@ -86,19 +78,19 @@ interface EchoZoned {
}
/**
- * @brief Control where the airflow goes
+ * \brief Control where the airflow goes
*/
flag AirflowDirection {
/**
- * @brief Airflow to the windshield
+ * \brief Airflow to the windshield
*/
Windshield = 1,
/**
- * @brief Airflow to the dashboard
+ * \brief Airflow to the dashboard
*/
Dashboard = 2,
/**
- * @brief Airflow to the floor
+ * \brief Airflow to the floor
*/
Floor = 4
}
diff --git a/tests/auto/core/ivigenerator/org.example.echo.qtro.qface b/tests/auto/core/ivigenerator/org.example.echo.qtro.qface
index 9d4b93b..79d691b 100644
--- a/tests/auto/core/ivigenerator/org.example.echo.qtro.qface
+++ b/tests/auto/core/ivigenerator/org.example.echo.qtro.qface
@@ -5,23 +5,16 @@
module org.example.echo 1.0
/**
- * @brief the brief
- * @description the description
- * continues {@link http://qt.io}
- * @deprecated
- * @see org.example.echo.Echo
- * @see org.example
- * @see http://qt.io
- * @anything hello
+ * \brief the brief
+ * the description
+ * continues \l http://qt.io
*/
@config: {id: "org.foo.id.1.0", qml_class_name: "UiEcho"}
interface Echo {
/**
- * @brief brief message
- * @details long message
+ * \brief brief message
*
- * @param msg the message
- * @return the echo
+ * Some more documentation
*/
readonly string lastMessage;
int intValue;
diff --git a/tests/auto/core/ivigenerator/org.example.echo.simulator.qface b/tests/auto/core/ivigenerator/org.example.echo.simulator.qface
index 3d77205..6b39cd2 100644
--- a/tests/auto/core/ivigenerator/org.example.echo.simulator.qface
+++ b/tests/auto/core/ivigenerator/org.example.echo.simulator.qface
@@ -4,23 +4,16 @@
module org.example.simulator.echo 1.0
/**
- * @brief the brief
- * @description the description
- * continues {@link http://qt.io}
- * @deprecated
- * @see org.example.echo.Echo
- * @see org.example
- * @see http://qt.io
- * @anything hello
+ * \brief the brief
+ * the description
+ * continues \l http://qt.io
*/
@config: {"id": "org.foo.id.1.0"}
interface Echo {
/**
- * @brief brief message
- * @details long message
+ * \brief brief message
*
- * @param msg the message
- * @return the echo
+ * Some more documentation
*/
readonly string lastMessage;
int intValue;
@@ -35,11 +28,9 @@ interface Echo {
@config: {"id": "org.foo.idz.1.0", "zoned": true}
interface EchoZoned {
/**
- * @brief brief message
- * @details long message
+ * \brief brief message
*
- * @param msg the message
- * @return the echo
+ * Some more documentation
*/
readonly string lastMessage;
int intValue;