summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src/debug.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-02-02 20:21:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-02-02 20:34:58 (GMT)
commit095c5de5e4df192898f7f13e9b51524999615983 (patch)
tree2d04e5aacb490898ed8053100cc1eca334f6be4a /addon/doxmlparser/src/debug.h
parentcd3c39c11084a326baee2e81420fe13a5dacb8e2 (diff)
downloadDoxygen-095c5de5e4df192898f7f13e9b51524999615983.zip
Doxygen-095c5de5e4df192898f7f13e9b51524999615983.tar.gz
Doxygen-095c5de5e4df192898f7f13e9b51524999615983.tar.bz2
Replace the C++ doxmlparser libary by a python based module
Diffstat (limited to 'addon/doxmlparser/src/debug.h')
-rw-r--r--addon/doxmlparser/src/debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/addon/doxmlparser/src/debug.h b/addon/doxmlparser/src/debug.h
deleted file mode 100644
index c77f7fe..0000000
--- a/addon/doxmlparser/src/debug.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _DEBUG_H
-#define _DEBUG_H
-
-void debug(int level,const char *msg,...);
-void setDebugLevel(int level);
-
-#endif