From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- .../quickbook/test/include/code-include.gold-html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/boost/tools/quickbook/test/include/code-include.gold-html (limited to 'src/boost/tools/quickbook/test/include/code-include.gold-html') diff --git a/src/boost/tools/quickbook/test/include/code-include.gold-html b/src/boost/tools/quickbook/test/include/code-include.gold-html new file mode 100644 index 00000000..100e34a1 --- /dev/null +++ b/src/boost/tools/quickbook/test/include/code-include.gold-html @@ -0,0 +1,55 @@ + + + + +

+ Include +

+

+ This should appear when stub.c is included. +

+

+ This is the C foo + function. +

+

+ This description can have paragraphs... +

+ +

+ And any quickbook block markup. +

+
char* foo()
+{
+    // return 'em, foo man!
+    return "foo";
+}
+
+

+ This should appear when stub.py is included. +

+

+ This should appear when stub.cpp is included. +

+

+ [foo] +

+

+ [foo_py] +

+

+ [foo_c] +

+ + -- cgit v1.2.3