diff options
author | pacien | 2017-12-09 01:59:50 +0100 |
---|---|---|
committer | pacien | 2017-12-09 01:59:50 +0100 |
commit | f910579e66a1495c4c1c97e2b99ea178d9d194ee (patch) | |
tree | ae08661576bf082bfb8a84e29e7b481044d56956 /makefile | |
parent | cc1f6d08e843a2d80e7d536ff71535aaca15f318 (diff) | |
download | morpher-f910579e66a1495c4c1c97e2b99ea178d9d194ee.tar.gz |
Add proper struct documentation
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57,9 +57,9 @@ clean-bin: | |||
57 | .PHONY: api-doc clean-api-doc | 57 | .PHONY: api-doc clean-api-doc |
58 | 58 | ||
59 | api-doc: | 59 | api-doc: |
60 | $(eval TMPDIR := $(shell mktemp -d)) | 60 | naturaldocs --project $(DOC_DIR)/gen/ --output HTML $(DOC_DIR)/api/ \ |
61 | naturaldocs --project $(TMPDIR) --input $(INCLUDE_DIR) --input $(DOC_DIR)/topics/ --output HTML $(DOC_DIR)/api/ | 61 | --input $(INCLUDE_DIR) --input $(DOC_DIR)/topics/ |
62 | $(RM) -r $(TMPDIR) | 62 | $(RM) $(DOC_DIR)/gen/Menu.txt |
63 | 63 | ||
64 | clean-api-doc: | 64 | clean-api-doc: |
65 | $(RM) -r $(DOC_DIR)/api/* | 65 | $(RM) -r $(DOC_DIR)/api/* |