summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index 418df17..92612ca 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -518,7 +518,7 @@ and in other sections that need to be processed without changes
Markdown allows both a single tab or 4 spaces to start a code block.
Since doxygen already replaces tabs by spaces before doing Markdown
-processing, the effect will only be same if TAB_SIZE in the config file
+processing, the effect will only be same if TAB_SIZE in the configuration file
has been set to 4. When it is set to a higher value spaces will be
present in the code block. A lower value will prevent a single tab to be
interpreted as the start of a code block.