From d5a2b462a620db398b273400256225ba573a8ce9 Mon Sep 17 00:00:00 2001 From: Adarsh Date: Sun, 4 Aug 2024 00:35:03 +0530 Subject: [PATCH] Disable Autolink support Signed-off-by: Adarsh --- docs/doxygen/doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/doxygen.cfg b/docs/doxygen/doxygen.cfg index 9af5b0ce90..cb5a9f332b 100644 --- a/docs/doxygen/doxygen.cfg +++ b/docs/doxygen/doxygen.cfg @@ -376,7 +376,7 @@ MARKDOWN_ID_STYLE = GITHUB # globally by setting AUTOLINK_SUPPORT to NO. # The default value is: YES. -AUTOLINK_SUPPORT = YES +AUTOLINK_SUPPORT = NO # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should set this