From 298ff2afe8e4ccf654437de90dc8c409687ea9fc Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 6 Feb 2024 14:25:19 +0000 Subject: [PATCH] docs: make Doxygen recognize @template --- Doxyfile.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.sample b/Doxyfile.sample index 782c901..80805c0 100644 --- a/Doxyfile.sample +++ b/Doxyfile.sample @@ -283,7 +283,7 @@ TAB_SIZE = 4 # with the commands \{ and \} for these it is advised to use the version @{ and # @} or use a double escape (\\{ and \\}) -ALIASES = +ALIASES += template="\tparam" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For