From 8bd73ad989e5850b48941c7d286181c6b394b05a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 13:11:18 +0200 Subject: Doc: Add missing full stops in briefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: I3f2a9f8c562f9a44bb32bddd31d75abbfe6de04d Reviewed-by: Topi Reiniƶ --- examples/vulkan/doc/src/hellovulkancubes.qdoc | 2 +- examples/vulkan/doc/src/hellovulkantexture.qdoc | 2 +- examples/vulkan/doc/src/hellovulkantriangle.qdoc | 2 +- examples/vulkan/doc/src/hellovulkanwidget.qdoc | 2 +- examples/vulkan/doc/src/hellovulkanwindow.qdoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/vulkan') diff --git a/examples/vulkan/doc/src/hellovulkancubes.qdoc b/examples/vulkan/doc/src/hellovulkancubes.qdoc index 934d2015a1..8fa3243024 100644 --- a/examples/vulkan/doc/src/hellovulkancubes.qdoc +++ b/examples/vulkan/doc/src/hellovulkancubes.qdoc @@ -29,7 +29,7 @@ \example hellovulkancubes \title Hello Vulkan Cubes Example \ingroup examples-vulkan - \brief Shows the basics of using QVulkanWindow + \brief Shows the basics of using QVulkanWindow. The \e{Hello Vulkan Cubes Example} shows more advanced usage of QVulkanWindow. diff --git a/examples/vulkan/doc/src/hellovulkantexture.qdoc b/examples/vulkan/doc/src/hellovulkantexture.qdoc index d0e0ca90a8..4284e4a05c 100644 --- a/examples/vulkan/doc/src/hellovulkantexture.qdoc +++ b/examples/vulkan/doc/src/hellovulkantexture.qdoc @@ -29,7 +29,7 @@ \example hellovulkantexture \ingroup examples-vulkan \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. The \e{Hello Vulkan Texture Example} builds on \l hellovulkantriangle. Here instead of drawing a single triangle, a triangle strip is drawn in order to diff --git a/examples/vulkan/doc/src/hellovulkantriangle.qdoc b/examples/vulkan/doc/src/hellovulkantriangle.qdoc index 81af776ea1..57793cf25a 100644 --- a/examples/vulkan/doc/src/hellovulkantriangle.qdoc +++ b/examples/vulkan/doc/src/hellovulkantriangle.qdoc @@ -29,7 +29,7 @@ \example hellovulkantriangle \ingroup examples-vulkan \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. The \e{Hello Vulkan Triangle Example} builds on \l hellovulkanwindow. This time a full graphics pipeline is created, including a vertex and fragment diff --git a/examples/vulkan/doc/src/hellovulkanwidget.qdoc b/examples/vulkan/doc/src/hellovulkanwidget.qdoc index 7987bdeff9..b5ad43ba2a 100644 --- a/examples/vulkan/doc/src/hellovulkanwidget.qdoc +++ b/examples/vulkan/doc/src/hellovulkanwidget.qdoc @@ -29,7 +29,7 @@ \example hellovulkanwidget \ingroup examples-vulkan \title Hello Vulkan Widget Example - \brief Shows the usage of QVulkanWindow in QWidget applications + \brief Shows the usage of QVulkanWindow in QWidget applications. The \e{Hello Vulkan Widget Example} is a variant of \l hellovulkantriangle that embeds the QVulkanWindow into a QWidget-based user interface using diff --git a/examples/vulkan/doc/src/hellovulkanwindow.qdoc b/examples/vulkan/doc/src/hellovulkanwindow.qdoc index 06cc9c1c28..a9682b7e90 100644 --- a/examples/vulkan/doc/src/hellovulkanwindow.qdoc +++ b/examples/vulkan/doc/src/hellovulkanwindow.qdoc @@ -29,7 +29,7 @@ \example hellovulkanwindow \title Hello Vulkan Window Example \ingroup examples-vulkan - \brief Shows the basics of using QVulkanWindow + \brief Shows the basics of using QVulkanWindow. The \e{Hello Vulkan Window Example} shows the basics of using QVulkanWindow in order to display rendering with the Vulkan graphics API on systems that -- cgit v1.2.3