diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-14 09:56:33 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-16 09:36:13 +0000 |
commit | bc4bc8cd02c7065143c2a236f5d949dcfb04a07f (patch) | |
tree | 6f469de1cfe12878ea12716735bb90b6de11a6c9 | |
parent | 2f69b5b8357bd30a76f9ff07acb2889e12feab82 (diff) |
fix typo: "the the" --> the
Change-Id: Iae95a5b48548a3c3613b69dae5045d287faab736
Reviewed-on: https://gerrit.libreoffice.org/35167
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | docs/doxygen/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/doxygen.cfg b/docs/doxygen/doxygen.cfg index cf6d625..4d62189 100644 --- a/docs/doxygen/doxygen.cfg +++ b/docs/doxygen/doxygen.cfg @@ -1540,7 +1540,7 @@ DOT_FONTPATH = # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the -# the CLASS_DIAGRAMS tag to NO. +# CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES |