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

@ -13,6 +13,7 @@ AM_CPPFLAGS = -I$(BUILD_SOURCE_DIR)/Include \
-I$(SOURCE_DIR)/Include \
-I$(SOURCE_DIR)/DOH \
-I$(SOURCE_DIR)/CParse \
-I$(SOURCE_DIR)/Doxygen \
-I$(SOURCE_DIR)/Preprocessor \
-I$(SOURCE_DIR)/Swig \
-I$(SOURCE_DIR)/Modules

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;

View file

@ -17,7 +17,7 @@
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include "../Doxygen/pydoc.h"
#include "pydoc.h"
#include <iostream>
#include <stdint.h>