Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andy Nichols
qtquick3d
Commits
773c4e11
Commit
773c4e11
authored
Jun 19, 2019
by
Venugopal Shivashankar
Browse files
Fix a few qdoc warnings
parent
333d87c4
Pipeline
#3381
passed with stages
in 4 minutes and 37 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/quick3d/doc/images/hellocube.png
0 → 100644
View file @
773c4e11
612 KB
src/quick3d/doc/quick3d.qdocconf
View file @
773c4e11
...
...
@@ -6,17 +6,17 @@ version = $QT_VERSION
examplesinstallpath = quick3d
# Custom module header that pulls in also QtQuick
Widgets
# Custom module header that pulls in also QtQuick
3D
moduleheader = QtQuick3DDoc
includepaths = -I .
qhp.projects = QtQuick3D
qhp.QtQuick.file = qtquick3d.qhp
qhp.QtQuick.namespace = org.qt-project.qtquick3d.$QT_VERSION_TAG
qhp.QtQuick.virtualFolder = qtquick3d
qhp.QtQuick.indexTitle = Qt Quick 3D
qhp.QtQuick.indexRoot =
qhp.QtQuick
3D
.file = qtquick3d.qhp
qhp.QtQuick
3D
.namespace = org.qt-project.qtquick3d.$QT_VERSION_TAG
qhp.QtQuick
3D
.virtualFolder = qtquick3d
qhp.QtQuick
3D
.indexTitle = Qt Quick 3D
qhp.QtQuick
3D
.indexRoot =
qhp.QtQuick3D.filterAttributes = qtquick3d $QT_VERSION qtrefdoc
qhp.QtQuick3D.customFilters.Qt.name = QtQuick3D $QT_VERSION
...
...
@@ -39,7 +39,8 @@ tagfile = ../../../doc/qtquick3d/qtquick3d.tags
depends += qtqml qtquick qtdoc
headerdirs += ..
headerdirs += .. \
..\..
sourcedirs += .. \
src
...
...
@@ -56,4 +57,4 @@ sourcedirs += ../../imports
headerdirs += ../../plugins
sourcedirs += ../../plugins
navigation.landingpage = "Qt Quick 3D"
\ No newline at end of file
navigation.landingpage = "Qt Quick 3D"
src/quick3d/doc/src/qtquick3d-index.qdoc
View file @
773c4e11
...
...
@@ -10,7 +10,7 @@ Qt Quick scenegraph for spatial content, and a renderer for that extended
scenegraph. When using the Spatial scenegraph it is also be possible to mix
Qt Quick 2D content with 3D content.
\image demoRender.png
\image demo
n
Render.png
\section1 Related information
...
...
src/quick3d/doc/src/qtquick3d-module.qdoc
View file @
773c4e11
/*!
\module QtQuick3D
\title Qt Quick 3D C++ Classes
\brief Provides the necessary C++ classes to include 3D items
.
\brief Provides the necessary C++ classes to include 3D items
\omit
TODO: Add necessary information to use the module.
...
...
src/quick3d/doc/src/qtquick3d-qmlmodule.qdoc
View file @
773c4e11
/*!
\qmlmodule QtDemon 1.0
\title Qt Quick 3D QML Types
\brief Provides the QML types to include 3D items
.
\brief Provides the QML types to include 3D items
This is the QML frontend for using the spatial renderer and scenegraph. For the
time being, all 3D content goes through offscreen textures (FBO)s so that they
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment