summaryrefslogtreecommitdiffstats
path: root/testing/008_brief.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/008_brief.c')
-rw-r--r--testing/008_brief.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/008_brief.c b/testing/008_brief.c
new file mode 100644
index 0000000..773eaf1
--- /dev/null
+++ b/testing/008_brief.c
@@ -0,0 +1,7 @@
+// objective: test \brief and \file command
+// check: 008__brief_8c.xml
+/** \file
+ * \brief A brief description.
+ *
+ * More details.
+ */