diff options
Diffstat (limited to 'src/scxml/doc/qtscxml.qdocconf')
-rw-r--r-- | src/scxml/doc/qtscxml.qdocconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf index fcfdb1e..a5b63ae 100644 --- a/src/scxml/doc/qtscxml.qdocconf +++ b/src/scxml/doc/qtscxml.qdocconf @@ -9,6 +9,9 @@ version = $QT_VERSION examplesinstallpath = scxml exampledirs = ../../../examples/scxml . +# Path to the root of qtscxml (for automatic linking to source code) +url.sources.rootdir = ../../.. + examples.fileextensions += "*.scxml" |