Add Doxygen to include paths

This commit is contained in:
William S Fulton 2018-05-29 06:59:26 +01:00
commit ec2cb809cd
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@
#include <limits.h> // for INT_MAX
#include "cparse.h"
#include <ctype.h>
#include "../Doxygen/javadoc.h"
#include "javadoc.h"
/* Hash type used for upcalls from C/C++ */
typedef DOH UpcallData;