diff options
| author | Laszlo Agocs <laszlo.agocs@qt.io> | 2017-04-04 13:53:03 +0200 |
|---|---|---|
| committer | Laszlo Agocs <laszlo.agocs@qt.io> | 2017-04-04 12:01:31 +0000 |
| commit | 8f93d6632ac1e2876a0c90d267be0294173ac97b (patch) | |
| tree | f22579bff3fd0dd73541ecb6c8c2fea5bc10a8be /src/gui/vulkan/qvulkaninstance.cpp | |
| parent | 8b5aa7b6c40d70a7ec15b3ea485f28a142fb247c (diff) | |
Fix some capitalization issues in QVulkan docs
...and remove see-alsoing wrappers that do not get a doc page.
Change-Id: Ia26aeef3c142b15a47e650dfc7f64ad7339cc80d
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/gui/vulkan/qvulkaninstance.cpp')
| -rw-r--r-- | src/gui/vulkan/qvulkaninstance.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/vulkan/qvulkaninstance.cpp b/src/gui/vulkan/qvulkaninstance.cpp index f6137a3664c..24ffb4429b0 100644 --- a/src/gui/vulkan/qvulkaninstance.cpp +++ b/src/gui/vulkan/qvulkaninstance.cpp @@ -431,7 +431,7 @@ QVulkanInstance::~QVulkanInstance() /*! \fn bool QVulkanLayer::operator==(const QVulkanLayer &other) const - Returns true if this vulkan layer and the \a other vulkan layer have + Returns true if this Vulkan layer and the \a other Vulkan layer have the same name, version, and spec version. */ @@ -454,8 +454,8 @@ QVulkanInstance::~QVulkanInstance() /*! \fn bool QVulkanExtension::operator==(const QVulkanExtension &other) const - Returns true if the name and version of this vulkan extension are the same - as the name and version of the \a other vulkan extension. + Returns true if the name and version of this Vulkan extension are the same + as the name and version of the \a other Vulkan extension. */ /*! |
