mirror of https://github.com/status-im/evmc.git
Generate documentation for all public headers
This commit is contained in:
parent
45fd294efb
commit
a3f06bbc36
2
Doxyfile
2
Doxyfile
|
@ -99,7 +99,7 @@ WARN_LOGFILE =
|
|||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = include/evmc/evmc.h
|
||||
INPUT = include/evmc/
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS =
|
||||
RECURSIVE = NO
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
#ifdef _MSC_VER
|
||||
#define EVMC_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define EVMC_EXPORT __attribute__ ((visibility ("default")))
|
||||
#define EVMC_EXPORT __attribute__((visibility("default")))
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue