summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/test_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/test_interface.py')
-rw-r--r--rtemsspec/tests/test_interface.py30
1 files changed, 29 insertions, 1 deletions
diff --git a/rtemsspec/tests/test_interface.py b/rtemsspec/tests/test_interface.py
index f1131784..bee4f00a 100644
--- a/rtemsspec/tests/test_interface.py
+++ b/rtemsspec/tests/test_interface.py
@@ -63,7 +63,7 @@ def test_interface(tmpdir):
*/
/*
- * Copyright (C) 2020, 2022 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020, 2023 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -594,6 +594,34 @@ struct Struct {
Enum some_member_4;
};
+/* Generated from spec:/s2 */
+
+/**
+ * @ingroup GroupA
+ *
+ * References: Struct2
+ *
+ * @par Notes
+ * Notes.
+ *
+ * @par Constraints
+ * @parblock
+ * The following constraints apply to this structure:
+ *
+ * * Some constraint.
+ *
+ * * Members of the type shall not be accessed directly by the application.
+ * @endparblock
+ */
+typedef struct {
+ /**
+ * @brief Brief member description.
+ *
+ * Member description.
+ */
+ uint32_t member;
+} Struct2;
+
/* Generated from spec:/td */
/**