Skip to content

Commit

Permalink
Doc: Do ignore \since 5.x
Browse files Browse the repository at this point in the history
We only support Qt 5.15 since a while, so the detailed information in
which Qt 5 version a particular class, function, or enum was introduced
is becoming less and less relevant.

Pick-to: 6.5
Change-Id: I39bd579f23abc0ac84879e9bd22e6a97651ef7c3
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Topi Reiniö <[email protected]>
  • Loading branch information
kkoehne committed Jan 31, 2023
1 parent 8b1bb45 commit d536072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/global/config.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ignorewords += \
WebSockets \
OpenGL

# Omit \since information for items introduced before Qt 5
ignoresince = 5.0
# Omit \since information for items introduced before Qt 6
ignoresince = 6.0

sourcedirs += includes $$BUILDDIR
exampledirs += snippets
Expand Down

0 comments on commit d536072

Please sign in to comment.