summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/doc/src/hellovulkantriangle.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-01-27 23:50:33 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2020-01-30 10:42:57 +0000
commit5d82cbcfc30a01b489bdaa18a8ed9395b69212c7 (patch)
tree14481f8cfbea6b94e9b3134f07884d752d96b6ca /examples/vulkan/doc/src/hellovulkantriangle.qdoc
parent78edc18057d04a8329060b52d78833711bcadf39 (diff)
Doc: Specify install path for Vulkan examples
Vulkan examples, although part of the Qt GUI documentation project, live under their own directory under /examples. Mark the correct install path for these using the \meta command. Fixes: QTBUG-81360 Change-Id: I0b98a19bf56d5b1953dbd90c0d5103be9041689a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/vulkan/doc/src/hellovulkantriangle.qdoc')
-rw-r--r--examples/vulkan/doc/src/hellovulkantriangle.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/vulkan/doc/src/hellovulkantriangle.qdoc b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
index 57793cf25a..f030d61578 100644
--- a/examples/vulkan/doc/src/hellovulkantriangle.qdoc
+++ b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
@@ -27,6 +27,7 @@
/*!
\example hellovulkantriangle
+ \meta installpath vulkan
\ingroup examples-vulkan
\title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.