From e79f314dc17378e5f202864028926552a67eb995 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Sun, 21 Jan 2024 15:34:50 +0100 Subject: [PATCH] Fix typo and adjust text to foul the spell-ckecker --- cmake_templates/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index 7b0a7de68d1c..d5c72ff69330 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -241,7 +241,7 @@ QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO -# By default Python docstrings are displayed as preformatted text and doxygen's +# By default Python docstrings are displayed as pre-formatted text and doxygen's # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the # doxygen's special commands can be used and the contents of the docstring # documentation blocks is shown as doxygen documentation. @@ -1369,7 +1369,7 @@ HTML_EXTRA_FILES = # generate dark mode output, AUTO_LIGHT automatically set the mode according to # the user preference, use light mode if no preference is set (the default), # AUTO_DARK automatically set the mode according to the user preference, use -# dark mode if no preference is set and TOGGLE allow to user to switch between +# dark mode if no preference is set and TOGGLE allow user to switch between # light and dark mode via a button. # The default value is: AUTO_LIGHT. # This tag requires that the tag GENERATE_HTML is set to YES.