summaryrefslogtreecommitdiffstats
path: root/doc/config/compat.qdocconf
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-01-23 12:53:59 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-01-23 13:34:43 +0100
commit05a3189a54125765ec1613a0bc9feb4b0049bde3 (patch)
treee0064724ce6fe7bcca90671fe7e9ae85b5baf7dd /doc/config/compat.qdocconf
parentff46f432e7020de47c0e82468cd9167f206a4cc2 (diff)
Fix the documentation to build again
- Switch to Qt 4.7.4/4.8 compatible style (from Qt Creator) - add make docs target directly to the installerfw.pro file - subsequently remove doc.pro (which was wrong to begin with) Change-Id: I3bfdd18780074df9566217fb4c0029fd122c14f0 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'doc/config/compat.qdocconf')
-rw-r--r--doc/config/compat.qdocconf31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/config/compat.qdocconf b/doc/config/compat.qdocconf
new file mode 100644
index 000000000..5745ed93b
--- /dev/null
+++ b/doc/config/compat.qdocconf
@@ -0,0 +1,31 @@
+alias.i = e
+alias.include = input
+
+macro.0 = "\\\\0"
+macro.b = "\\\\b"
+macro.n = "\\\\n"
+macro.r = "\\\\r"
+macro.i = "\\o"
+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 .*"