summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-09-16 13:56:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-09-16 13:56:42 (GMT)
commitc120ac4762331513305e8a19fd9b267b2d4f9e41 (patch)
treec65c2bfcbc6b2afce8455fb4ce820dcdb8ae4742 /src/markdown.cpp
parent47f130eab1bcb0795fd2998d72867706b63f3859 (diff)
downloadDoxygen-c120ac4762331513305e8a19fd9b267b2d4f9e41.zip
Doxygen-c120ac4762331513305e8a19fd9b267b2d4f9e41.tar.gz
Doxygen-c120ac4762331513305e8a19fd9b267b2d4f9e41.tar.bz2
New table features mentioned in the documentation were not enabled.
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r--src/markdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 67ceba2..0d98410 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -37,7 +37,7 @@
#include <qfileinfo.h>
#include <qdict.h>
#include <qvector.h>
-#define USE_ORIGINAL_TABLES
+//#define USE_ORIGINAL_TABLES
#include "markdown.h"
#include "growbuf.h"