Doc: Fix various documentation warnings

Change-Id: I3eecd06bba9438b5aa472f3ba7ecaecdeda985e2
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Topi Reinio 2018-11-07 10:29:11 +01:00 committed by Topi Reiniö
parent 325db3b1da
commit d682d612ec
6 changed files with 7 additions and 3 deletions

View File

@ -9,6 +9,6 @@
"Homepage": "http://www.zfight.com/misc/files/textures/envmap_miramar.rar",
"DownloadLocation": "https://opengameart.org/sites/default/files/envmap_miramar.zip",
"License": "Modify however you like, just cred me for my work, maybe link to my page.",
"LicenseFile": "README.txt",
"LicenseFile": "README.TXT",
"Copyright": "Copyright (c) Jockum Skoglund aka hipshot"
}

View File

@ -112,7 +112,7 @@ void QComponentPrivate::removeEntity(QEntity *entity)
*/
/*!
\fn Qt3DCore::QComponent::addedToEntity(Qt3DCore::QEntity *entity)'
\fn Qt3DCore::QComponent::addedToEntity(Qt3DCore::QEntity *entity)
Indicates that a reference has been added to \a entity.
*/

View File

@ -60,7 +60,7 @@
\li Multitexturing
\li \l {Instanced Rendering}{Instanced rendering}
\li \l {Uniform Buffer Objects}
\li \l {Pro Tips}
\li \l {Qt 3D Render Pro Tips}{Pro Tips}
\endlist
\section2 Materials

View File

@ -240,6 +240,8 @@ void Qt3DWindow::resizeEvent(QResizeEvent *)
}
/*!
\reimp
Requests renderer to redraw if we are using OnDemand render policy.
*/
bool Qt3DWindow::event(QEvent *e)

View File

@ -52,6 +52,7 @@ QFrameActionPrivate::QFrameActionPrivate()
/*!
\namespace Qt3DLogic::Logic
\inmodule Qt3DLogic
\brief Used to import and use the module's QML types.
*/

View File

@ -182,6 +182,7 @@ namespace Qt3DRender {
/*!
\namespace Qt3DRender::Render
\inmodule Qt3DRender
\brief Namespace used for accessing the classes
Renderer and QRenderPlugin.