Skip to content

Commit

Permalink
Fix QtAndroidPrivate namespace documentation
Browse files Browse the repository at this point in the history
Fix the documentation to show the actual header and module

Fixes: QTBUG-99335
Pick-to: 6.3 6.2
Change-Id: I333a5a95a448fdf3e08801bf794c93b87cd1f81f
Reviewed-by: Topi Reiniö <[email protected]>
Reviewed-by: Nicholas Bennett <[email protected]>
  • Loading branch information
isolovev committed May 9, 2022
1 parent fbdd076 commit 19a5273
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/corelib/platform/android/qandroidextras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,11 @@ QJniObject QAndroidIntent::handle() const
/*!
\namespace QtAndroidPrivate
\preliminary
\inmodule QtCore
\inmodule QtCorePrivate
\since 6.2
\brief The QtAndroid namespace provides miscellaneous functions to aid Android development.
\inheaderfile QtAndroid
\brief The QtAndroidPrivate namespace provides miscellaneous functions
to aid Android development.
\inheaderfile QtCore/private/qandroidextras_p.h
*/

/*!
Expand Down

0 comments on commit 19a5273

Please sign in to comment.