summaryrefslogtreecommitdiffstats
path: root/testing/032_include.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/032_include.cpp')
-rw-r--r--testing/032_include.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/032_include.cpp b/testing/032_include.cpp
new file mode 100644
index 0000000..8aae8e9
--- /dev/null
+++ b/testing/032_include.cpp
@@ -0,0 +1,11 @@
+// objective: test the \include and \includelineno commands
+// check: indexpage.xml
+// config: EXAMPLE_PATH = .
+
+/** \mainpage
+ * Some text.
+ * \include example_test.cpp
+ * More text.
+ * \includelineno example_test.cpp
+ * End.
+ */