mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Add Ddoc check for properly documented public functions (add libddoc)
This commit is contained in:
parent
87e42ae194
commit
8c9f31289b
7 changed files with 686 additions and 2 deletions
4
makefile
4
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue