diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-18 13:29:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-18 13:29:41 (GMT) |
commit | 99433b3d2319916f11608c2c818fe35360256d9e (patch) | |
tree | 33df86a8fa06935dffaf2be8e1d3c1a07edcc6bd /src/context.cpp | |
parent | 28f40b3aea1411488832205fae447f4652125cdc (diff) | |
download | Doxygen-99433b3d2319916f11608c2c818fe35360256d9e.zip Doxygen-99433b3d2319916f11608c2c818fe35360256d9e.tar.gz Doxygen-99433b3d2319916f11608c2c818fe35360256d9e.tar.bz2 |
Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues
Diffstat (limited to 'src/context.cpp')
-rw-r--r-- | src/context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context.cpp b/src/context.cpp index 2d46c86..850f8e8 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -23,6 +23,7 @@ #include "membername.h" #include "parserintf.h" #include "portable.h" +#include "arguments.h" // TODO: pass the current file to Dot*::writeGraph, so the user can put dot graphs in other // files as well |