summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-03-22 18:52:13 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-03-22 18:52:13 (GMT)
commit58ea5cf320f08ae2ec3e5fbd02d82ca0ba4477a7 (patch)
tree276459ef85aff5edeef7e229cf7e66ec47e3d008 /src/doxygen.cpp
parent5f192d9830bc32022b64715ad441b3c09438d8ff (diff)
parent48a7afc0caf69857a42b0fe1963db3440cb4000f (diff)
downloadDoxygen-58ea5cf320f08ae2ec3e5fbd02d82ca0ba4477a7.zip
Doxygen-58ea5cf320f08ae2ec3e5fbd02d82ca0ba4477a7.tar.gz
Doxygen-58ea5cf320f08ae2ec3e5fbd02d82ca0ba4477a7.tar.bz2
Merge branch 'remove_tcl'
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index f76a26f..f79509f 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -81,7 +81,6 @@
#include "fortranscanner.h"
#include "xmlcode.h"
#include "sqlcode.h"
-#include "tclscanner.h"
#include "code.h"
#include "portable.h"
#include "vhdljjparser.h"
@@ -9810,8 +9809,6 @@ void initDoxygen()
std::make_unique<XMLCodeParser>());
Doxygen::parserManager->registerParser("sql", std::make_unique<NullOutlineParser>(),
std::make_unique<SQLCodeParser>());
- Doxygen::parserManager->registerParser("tcl", std::make_unique<TclOutlineParser>(),
- std::make_unique<TclCodeParser>());
Doxygen::parserManager->registerParser("md", std::make_unique<MarkdownOutlineParser>(),
std::make_unique<FileCodeParser>());