Skip to content

Commit 5a99c11

Browse files
committed
Consistently use @ in Doxygen comments
1 parent 1681c82 commit 5a99c11

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

generator/vk_common/entry_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module exposes common functionality used by layer entrypoints,
2929
* implemented as library code which can be swapped for alternative
3030
* implementations on a per-layer basis if needed.

generator/vk_common/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module implements miscellaneous utility functions.
2929
*/
3030

generator/vk_layer/source/device.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module implements layer tracking for VkDevice objects.
2929
*
3030
* Role summary

generator/vk_layer/source/entry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module exposes the entrypoints used by the layer loader.
2929
*
3030
* Note that the Android loader requires more functions to be exposed as

generator/vk_layer/source/instance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module implements layer tracking for VkInstance objects.
2929
*
3030
* Role summary

generator/vk_layer/source/version.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This header implements placeholder templates that are populated by CMake
2929
* during configure.
3030
*/

layer_example/source/device.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module implements layer tracking for VkDevice objects.
2929
*
3030
* Role summary

layer_example/source/entry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module exposes the entrypoints used by the layer loader.
2929
*
3030
* Note that the Android loader requires more functions to be exposed as

layer_example/source/instance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This module implements layer tracking for VkInstance objects.
2929
*
3030
* Role summary

layer_example/source/version.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* \file
27+
* @file
2828
* This header implements placeholder templates that are populated by CMake
2929
* during configure.
3030
*/

0 commit comments

Comments
 (0)