diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-08-26 17:33:07 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-08-26 17:33:07 (GMT) |
commit | 6b47ce0c7beaaf8f88058953865e8425cb3ca272 (patch) | |
tree | 6d5ee0db5c717ebabc57f2d2a15a1365d5e3fa19 /src/dot.h | |
parent | d033ece659ef73379802b0c3d6b6f718f79b0436 (diff) | |
download | Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.zip Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.tar.gz Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.tar.bz2 |
Release-1.2.17-20020826
Diffstat (limited to 'src/dot.h')
-rw-r--r-- | src/dot.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,9 @@ * */ +#ifndef _DOT_H +#define _DOT_H + #include "qtbc.h" #include <qlist.h> #include <qdict.h> @@ -171,3 +174,4 @@ void generateGraphLegend(const char *path); void writeDotGraphFromFile(const char *inFile,const char *outDir, const char *outFile,GraphOutputFormat format); +#endif |