Orb/Doxygen/src/vhdlcode.h
changeset 0 42188c7ea2d9
child 4 468f4c8d3d5b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orb/Doxygen/src/vhdlcode.h	Thu Jan 21 17:29:01 2010 +0000
@@ -0,0 +1,18 @@
+#ifndef VHDLCODE_H
+#define VHDLCODE_H
+
+#include "qtbc.h"
+#include <stdio.h>
+
+class CodeOutputInterface;
+class FileDef;
+class MemberDef;
+
+void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &, 
+            bool ,const char *,FileDef *fd=0,
+            int startLine=-1,int endLine=-1,bool inlineFragment=FALSE,
+            MemberDef *memberDef=0);
+void resetVhdlCodeParserState();
+void codeFreeVhdlScanner();
+
+#endif