diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-08 16:59:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-08 16:59:55 +0000 |
commit | eb2431ecd85d6b26fe9b692859b816543fd7b568 (patch) | |
tree | c7c3976c3aa1970f181da30724a1a2eb34014fab /Demos/Device/LowLevel/Mouse/Doxygen.conf | |
parent | 915b4d234621298541f30d5cbaa14803a09e6eda (diff) | |
download | lufa-eb2431ecd85d6b26fe9b692859b816543fd7b568.tar.gz lufa-eb2431ecd85d6b26fe9b692859b816543fd7b568.tar.bz2 lufa-eb2431ecd85d6b26fe9b692859b816543fd7b568.zip |
Update Doxygen configuration files to disable Markdown support.
Diffstat (limited to 'Demos/Device/LowLevel/Mouse/Doxygen.conf')
-rw-r--r-- | Demos/Device/LowLevel/Mouse/Doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/Mouse/Doxygen.conf b/Demos/Device/LowLevel/Mouse/Doxygen.conf index f713efea0..7fccc0948 100644 --- a/Demos/Device/LowLevel/Mouse/Doxygen.conf +++ b/Demos/Device/LowLevel/Mouse/Doxygen.conf @@ -257,7 +257,7 @@ EXTENSION_MAPPING = # can mix doxygen, HTML, and XML commands with Markdown formatting. # Disable only in case of backward compatibilities issues. -MARKDOWN_SUPPORT = YES +MARKDOWN_SUPPORT = NO # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should |