aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/doxygen_misc_constructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/doxygen_misc_constructs.h')
-rw-r--r--Examples/test-suite/doxygen_misc_constructs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Examples/test-suite/doxygen_misc_constructs.h b/Examples/test-suite/doxygen_misc_constructs.h
index d677dc3d3..9e81aaf28 100644
--- a/Examples/test-suite/doxygen_misc_constructs.h
+++ b/Examples/test-suite/doxygen_misc_constructs.h
@@ -91,4 +91,12 @@ void backslashC()
void cycle(int id, char *fileName)
{}
+/// This doc comment ends with a quote: "and that's ok"
+void doc_ends_with_quote() {}
+/**
+ This comment contains embedded triple-quoted string:
+
+ """How quaint"""
+ */
+void doc_with_triple_quotes() {}