- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Fix documentation generated against Qt5
The image files that are not referenced in any qdoc file are not defined
as extraimages separately for both Qt4 and Qt5. There are still warnings
of deprecated markup commands when generating the documentation against
Qt5 but the documentation itself now looks good.
Task-number: QTRD-1908
Change-Id: I5bb1ac4ce1899bcde99c42180bd2f3e715b9151a
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>