diff options
author | Topi Reinio <topi.reinio@qt.io> | 2019-07-03 11:59:22 +0200 |
---|---|---|
committer | Topi Reinio <topi.reinio@qt.io> | 2019-07-09 10:12:28 +0200 |
commit | b6323ec944aa4d786426a767a9aa767da1a1ebc1 (patch) | |
tree | 6be0a43e1e51a9f685873b1269babb8fcd38ef70 /src | |
parent | 32a1422c1e7614f77b951d77340d134222a31c60 (diff) | |
download | qtscript-b6323ec944aa4d786426a767a9aa767da1a1ebc1.tar.gz |
Doc: Replace example file lists with links to code.qt.io
Task-number: QTBUG-74391
Change-Id: I92a9d8aba6396ddd77e04450760e03cadbd8c46a
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/script/doc/qtscript.qdocconf | 1 | ||||
-rw-r--r-- | src/scripttools/doc/qtscripttools.qdocconf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/script/doc/qtscript.qdocconf b/src/script/doc/qtscript.qdocconf index f657bd5..b1e3ab7 100644 --- a/src/script/doc/qtscript.qdocconf +++ b/src/script/doc/qtscript.qdocconf @@ -1,4 +1,5 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) +include($QT_INSTALL_DOCS/config/exampleurl-qtscript.qdocconf) # Name of the project which must match the outputdir. Determines the .index file project = QtScript diff --git a/src/scripttools/doc/qtscripttools.qdocconf b/src/scripttools/doc/qtscripttools.qdocconf index 4eae186..7853f75 100644 --- a/src/scripttools/doc/qtscripttools.qdocconf +++ b/src/scripttools/doc/qtscripttools.qdocconf @@ -1,4 +1,5 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) +include($QT_INSTALL_DOCS/config/exampleurl-qtscript.qdocconf) # Name of the project which must match the outputdir. Determines the .index file project = QtScriptTools |