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:
Topi Reinio 2020-01-27 23:50:33 +01:00 committed by Topi Reiniö
parent 78edc18057
commit 5d82cbcfc3
5 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@
/*! /*!
\example hellovulkancubes \example hellovulkancubes
\meta installpath vulkan
\title Hello Vulkan Cubes Example \title Hello Vulkan Cubes Example
\ingroup examples-vulkan \ingroup examples-vulkan
\brief Shows the basics of using QVulkanWindow. \brief Shows the basics of using QVulkanWindow.

View File

@ -27,6 +27,7 @@
/*! /*!
\example hellovulkantexture \example hellovulkantexture
\meta installpath vulkan
\ingroup examples-vulkan \ingroup examples-vulkan
\title Hello Vulkan Texture Vulkan Example \title Hello Vulkan Texture Vulkan Example
\brief Shows the basics of rendering with textures in a QVulkanWindow. \brief Shows the basics of rendering with textures in a QVulkanWindow.

View File

@ -27,6 +27,7 @@
/*! /*!
\example hellovulkantriangle \example hellovulkantriangle
\meta installpath vulkan
\ingroup examples-vulkan \ingroup examples-vulkan
\title Hello Vulkan Triangle Example \title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API. \brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.

View File

@ -27,6 +27,7 @@
/*! /*!
\example hellovulkanwidget \example hellovulkanwidget
\meta installpath vulkan
\ingroup examples-vulkan \ingroup examples-vulkan
\title Hello Vulkan Widget Example \title Hello Vulkan Widget Example
\brief Shows the usage of QVulkanWindow in QWidget applications. \brief Shows the usage of QVulkanWindow in QWidget applications.

View File

@ -27,6 +27,7 @@
/*! /*!
\example hellovulkanwindow \example hellovulkanwindow
\meta installpath vulkan
\title Hello Vulkan Window Example \title Hello Vulkan Window Example
\ingroup examples-vulkan \ingroup examples-vulkan
\brief Shows the basics of using QVulkanWindow. \brief Shows the basics of using QVulkanWindow.