summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/org.example.echo.simulator.qface
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/org.example.echo.simulator.qface')
-rw-r--r--tests/auto/core/ivigenerator/org.example.echo.simulator.qface23
1 files changed, 7 insertions, 16 deletions
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;