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>
This commit is contained in:
parent
78edc18057
commit
5d82cbcfc3
@ -27,6 +27,7 @@
|
||||
|
||||
/*!
|
||||
\example hellovulkancubes
|
||||
\meta installpath vulkan
|
||||
\title Hello Vulkan Cubes Example
|
||||
\ingroup examples-vulkan
|
||||
\brief Shows the basics of using QVulkanWindow.
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
/*!
|
||||
\example hellovulkantexture
|
||||
\meta installpath vulkan
|
||||
\ingroup examples-vulkan
|
||||
\title Hello Vulkan Texture Vulkan Example
|
||||
\brief Shows the basics of rendering with textures in a QVulkanWindow.
|
||||
|
@ -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.
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
/*!
|
||||
\example hellovulkanwidget
|
||||
\meta installpath vulkan
|
||||
\ingroup examples-vulkan
|
||||
\title Hello Vulkan Widget Example
|
||||
\brief Shows the usage of QVulkanWindow in QWidget applications.
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
/*!
|
||||
\example hellovulkanwindow
|
||||
\meta installpath vulkan
|
||||
\title Hello Vulkan Window Example
|
||||
\ingroup examples-vulkan
|
||||
\brief Shows the basics of using QVulkanWindow.
|
||||
|
Loading…
Reference in New Issue
Block a user