summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
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>());