Update doc/CodeDocumentation.conf.in

Co-authored-by: Dennis Ogiermann <termi-official@users.noreply.github.com>
This commit is contained in:
Tzanio Kolev
2024-02-02 11:25:09 -08:00
committed by GitHub
co-authored by Dennis Ogiermann
parent a1ceea97fb
commit 7d2b5b8e07
+1 -1
View File
@@ -1127,7 +1127,7 @@ IMAGE_PATH =
# Allow the use of standard LaTeX formulas in MFEM comments by replacing
# $$...$$ with \f[...\f] and $...$ with \f$...\f$ before running Doxygen.
# The refgular expression ((?:.|\n)+?) is a lazy match for one or more
# The regular expression ((?:.|\n)+?) is a lazy match for one or more
# characters, include newline. If present, Doxygen-style LaTeX commands
# such as \f$, \f[, etc., are left unchanged.