Skip to content

Commit

Permalink
Consistently use @ in Doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Nov 29, 2024
1 parent 1681c82 commit 5a99c11
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion generator/vk_common/entry_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module exposes common functionality used by layer entrypoints,
* implemented as library code which can be swapped for alternative
* implementations on a per-layer basis if needed.
Expand Down
2 changes: 1 addition & 1 deletion generator/vk_common/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module implements miscellaneous utility functions.
*/

Expand Down
2 changes: 1 addition & 1 deletion generator/vk_layer/source/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module implements layer tracking for VkDevice objects.
*
* Role summary
Expand Down
2 changes: 1 addition & 1 deletion generator/vk_layer/source/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module exposes the entrypoints used by the layer loader.
*
* Note that the Android loader requires more functions to be exposed as
Expand Down
2 changes: 1 addition & 1 deletion generator/vk_layer/source/instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module implements layer tracking for VkInstance objects.
*
* Role summary
Expand Down
2 changes: 1 addition & 1 deletion generator/vk_layer/source/version.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This header implements placeholder templates that are populated by CMake
* during configure.
*/
Expand Down
2 changes: 1 addition & 1 deletion layer_example/source/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module implements layer tracking for VkDevice objects.
*
* Role summary
Expand Down
2 changes: 1 addition & 1 deletion layer_example/source/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module exposes the entrypoints used by the layer loader.
*
* Note that the Android loader requires more functions to be exposed as
Expand Down
2 changes: 1 addition & 1 deletion layer_example/source/instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This module implements layer tracking for VkInstance objects.
*
* Role summary
Expand Down
2 changes: 1 addition & 1 deletion layer_example/source/version.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \file
* @file
* This header implements placeholder templates that are populated by CMake
* during configure.
*/
Expand Down

0 comments on commit 5a99c11

Please sign in to comment.