diff options
Diffstat (limited to 'llvm/docs/doxygen.cfg.in')
-rw-r--r-- | llvm/docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/doxygen.cfg.in b/llvm/docs/doxygen.cfg.in index e3c7f479ac4..fc11f6863ac 100644 --- a/llvm/docs/doxygen.cfg.in +++ b/llvm/docs/doxygen.cfg.in @@ -285,7 +285,7 @@ MARKDOWN_SUPPORT = YES # When enabled doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can -# be prevented in individual cases by by putting a % sign in front of the word +# be prevented in individual cases by putting a % sign in front of the word # or globally by setting AUTOLINK_SUPPORT to NO. # The default value is: YES. |