Skip to content

Commit e7e59a3

Browse files
committed
Incorrect formatting of "language" with EXTENSION_MAPPING
During work on translations for the doxywizard the word `language` was also translated, this should not be the case it is here just meant as a placeholder and as such should be between backtics
1 parent 9e76f37 commit e7e59a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Go to the <a href="commands.html">next</a> section or return to the
670670
Doxygen selects the parser to use depending on the extension of the files it parses.
671671
With this tag you can assign which parser to use for a given extension.
672672
Doxygen has a built-in mapping, but you can override or extend it using this tag.
673-
The format is <code>ext=language</code>, where \c ext is a file extension, and language is one of
673+
The format is `ext=language`, where `ext` is a file extension, and `language` is one of
674674
the parsers supported by Doxygen: IDL, Java, JavaScript, Csharp (C#), C, C++, Lex, D, PHP,
675675
md (Markdown), Objective-C, Python, Slice, VHDL, Fortran (fixed format Fortran: FortranFixed,
676676
free formatted Fortran: FortranFree, unknown formatted Fortran: Fortran. In

0 commit comments

Comments
 (0)