Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/src/vhdlcode.h

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1#ifndef VHDLCODE_H
2#define VHDLCODE_H
3
4#include "qtbc.h"
5#include <stdio.h>
6
7class CodeOutputInterface;
8class FileDef;
9class MemberDef;
10
11void parseVhdlCode(CodeOutputInterface &,const char *,const QCString &,
12 bool ,const char *,FileDef *fd=0,
13 int startLine=-1,int endLine=-1,bool inlineFragment=FALSE,
14 MemberDef *memberDef=0,bool showLineNumbers=TRUE);
15void resetVhdlCodeParserState();
16void codeFreeVhdlScanner();
17
18#endif
19

Archive Download this file

Revision: 1322