diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-09-16 13:56:42 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2017-09-16 13:56:42 (GMT) |
commit | c120ac4762331513305e8a19fd9b267b2d4f9e41 (patch) | |
tree | c65c2bfcbc6b2afce8455fb4ce820dcdb8ae4742 | |
parent | 47f130eab1bcb0795fd2998d72867706b63f3859 (diff) | |
download | Doxygen-c120ac4762331513305e8a19fd9b267b2d4f9e41.zip Doxygen-c120ac4762331513305e8a19fd9b267b2d4f9e41.tar.gz Doxygen-c120ac4762331513305e8a19fd9b267b2d4f9e41.tar.bz2 |
New table features mentioned in the documentation were not enabled.
-rw-r--r-- | src/markdown.cpp | 2 |
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" |