mirror of https://github.com/qt/qt3d.git
Doc: Fix various documentation warnings
Change-Id: I3eecd06bba9438b5aa472f3ba7ecaecdeda985e2 Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
325db3b1da
commit
d682d612ec
|
|
@ -9,6 +9,6 @@
|
||||||
"Homepage": "http://www.zfight.com/misc/files/textures/envmap_miramar.rar",
|
"Homepage": "http://www.zfight.com/misc/files/textures/envmap_miramar.rar",
|
||||||
"DownloadLocation": "https://opengameart.org/sites/default/files/envmap_miramar.zip",
|
"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.",
|
"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"
|
"Copyright": "Copyright (c) Jockum Skoglund aka hipshot"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
Indicates that a reference has been added to \a entity.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
\li Multitexturing
|
\li Multitexturing
|
||||||
\li \l {Instanced Rendering}{Instanced rendering}
|
\li \l {Instanced Rendering}{Instanced rendering}
|
||||||
\li \l {Uniform Buffer Objects}
|
\li \l {Uniform Buffer Objects}
|
||||||
\li \l {Pro Tips}
|
\li \l {Qt 3D Render Pro Tips}{Pro Tips}
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\section2 Materials
|
\section2 Materials
|
||||||
|
|
|
||||||
|
|
@ -240,6 +240,8 @@ void Qt3DWindow::resizeEvent(QResizeEvent *)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
\reimp
|
||||||
|
|
||||||
Requests renderer to redraw if we are using OnDemand render policy.
|
Requests renderer to redraw if we are using OnDemand render policy.
|
||||||
*/
|
*/
|
||||||
bool Qt3DWindow::event(QEvent *e)
|
bool Qt3DWindow::event(QEvent *e)
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ QFrameActionPrivate::QFrameActionPrivate()
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\namespace Qt3DLogic::Logic
|
\namespace Qt3DLogic::Logic
|
||||||
|
\inmodule Qt3DLogic
|
||||||
|
|
||||||
\brief Used to import and use the module's QML types.
|
\brief Used to import and use the module's QML types.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,7 @@ namespace Qt3DRender {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\namespace Qt3DRender::Render
|
\namespace Qt3DRender::Render
|
||||||
|
\inmodule Qt3DRender
|
||||||
|
|
||||||
\brief Namespace used for accessing the classes
|
\brief Namespace used for accessing the classes
|
||||||
Renderer and QRenderPlugin.
|
Renderer and QRenderPlugin.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue