diff options
-rw-r--r-- | src/scxml/doc/qtscxml.qdocconf | 3 | ||||
-rw-r--r-- | src/statemachine/doc/qtstatemachine.qdocconf | 3 |
2 files changed, 6 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" diff --git a/src/statemachine/doc/qtstatemachine.qdocconf b/src/statemachine/doc/qtstatemachine.qdocconf index 0672b21..42dc538 100644 --- a/src/statemachine/doc/qtstatemachine.qdocconf +++ b/src/statemachine/doc/qtstatemachine.qdocconf @@ -12,6 +12,9 @@ examplesinstallpath = statemachine exampledirs = ../../../examples/statemachine \ snippets +# Path to the root of qtscxml (for automatic linking to source code) +url.sources.rootdir = ../../.. + qhp.projects = QtStateMachine qhp.QtStateMachine.file = qtstatemachine.qhp |