Add Ddoc check for properly documented public functions (add libddoc)

This commit is contained in:
Sebastian Wilzbach 2016-12-20 00:12:44 +01:00
parent 87e42ae194
commit 8c9f31289b
7 changed files with 686 additions and 2 deletions

View file

@ -11,11 +11,13 @@ SRC := \
$(shell find inifiled/source/ -name "*.d")\
$(shell find libdparse/src/std/experimental/ -name "*.d")\
$(shell find libdparse/src/dparse/ -name "*.d")\
$(shell find libddoc/src -name "*.d")\
$(shell find src/ -name "*.d")
INCLUDE_PATHS = \
-Iinifiled/source -Isrc\
-Ilibdparse/src\
-Idsymbol/src -Icontainers/src
-Idsymbol/src -Icontainers/src\
-Ilibddoc/src
VERSIONS =
DEBUG_VERSIONS = -version=dparse_verbose
DMD_FLAGS = -w -inline -release -O -J. -od${OBJ_DIR} -version=StdLoggerDisableWarning