Skip to content

Commit

Permalink
Doc: Use index.html as the home page reference
Browse files Browse the repository at this point in the history
QDoc links to the homepage in the navigation bar; use
index.html for linking instead of "Qt $QT_VER" to prevent
incorrect links to section titles that clash with that
string.

Task-number: QTBUG-62484
Change-Id: I53ced31b7ce35d69579a8c70cbc475e306fd3b18
Reviewed-by: Martin Smith <[email protected]>
  • Loading branch information
toreinio committed Jun 5, 2018
1 parent 7b74b4f commit 314b718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/global/config.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ dita.metadata.default.copyrholder = The Qt Company Ltd
dita.metadata.default.audience = programmer

#Set the main Qt index.html
navigation.homepage = "Qt $QT_VER"
navigation.homepage = index.html
navigation.hometitle = "Qt $QT_VER"

sourcedirs += includes $$BUILDDIR

Expand Down

0 comments on commit 314b718

Please sign in to comment.