From 73ea0ccfeea8516e93245e6ab3b47157de3e1dec Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 5 May 2023 20:29:54 +0200 Subject: [PATCH] doxygen: spelling --- doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.cfg b/doxygen.cfg index 7dee5c2a2e..5e07af09c6 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -723,7 +723,7 @@ SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via -# popen()) the command command input-file, where command is the value of the +# popen()) the command input-file, where command is the value of the # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided # by doxygen. Whatever the program writes to standard output is used as the file # version. For an example see the documentation.