Skip to content

Commit 806131f

Browse files
authored
Merge pull request doxygen#12151 from albert-github/feature/bug_doc_ext_map
Incorrect formatting of "language" with `EXTENSION_MAPPING`
2 parents a4bc706 + e7e59a3 commit 806131f

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)