summaryrefslogtreecommitdiffstats
path: root/doc/src/compat.qdocconf
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-10 14:37:53 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-10 14:41:53 +1000
commit8e8357ffe9099b16a51e9dc8ef8649fbde27c53f (patch)
tree56ab7570f97df1833f31e328cbb7565442e827dc /doc/src/compat.qdocconf
parent03da52a7e19759654bfc16c64ac87193a0e4a32d (diff)
Convert the documentation into qdoc form
Use "make docs" to generate the documentation under "doc/html".
Diffstat (limited to 'doc/src/compat.qdocconf')
-rw-r--r--doc/src/compat.qdocconf31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/src/compat.qdocconf b/doc/src/compat.qdocconf
new file mode 100644
index 0000000..db1162e
--- /dev/null
+++ b/doc/src/compat.qdocconf
@@ -0,0 +1,31 @@
+#alias.i = e
+alias.include = input
+
+macro.0 = "\\\\0"
+macro.b = "\\\\b"
+macro.n = "\\\\n"
+#macro.i = "\\o"
+macro.r = "\\\\r"
+macro.i11 = "\\o{1,1}"
+macro.i12 = "\\o{1,2}"
+macro.i13 = "\\o{1,3}"
+macro.i14 = "\\o{1,4}"
+macro.i15 = "\\o{1,5}"
+macro.i16 = "\\o{1,6}"
+macro.i17 = "\\o{1,7}"
+macro.i18 = "\\o{1,8}"
+macro.i19 = "\\o{1,9}"
+macro.i21 = "\\o{2,1}"
+macro.i31 = "\\o{3,1}"
+macro.i41 = "\\o{4,1}"
+macro.i51 = "\\o{5,1}"
+macro.i61 = "\\o{6,1}"
+macro.i71 = "\\o{7,1}"
+macro.i81 = "\\o{8,1}"
+macro.i91 = "\\o{9,1}"
+macro.img = "\\image"
+macro.endquote = "\\endquotation"
+macro.relatesto = "\\relates"
+
+spurious = "Missing comma in .*" \
+ "Missing pattern .*"