Lines Matching refs:docs
6 C2_DOCS_ROOT := $(OUT_DIR)/target/common/docs/codec2
19 $(C2_OUT_TEMP)/doxy-api.config: $(C2_ROOT)/docs/doxygen.config
25 $(C2_ROOT)/docs/doxygen.config > $@
27 $(C2_OUT_TEMP)/doxy-internal.config: $(C2_ROOT)/docs/doxygen.config
29 $(C2_ROOT)/docs/doxygen.config > $@
31 .PHONY: docs-api
32 docs-api: $(C2_OUT_TEMP)/doxy-api.config check-doxygen
33 echo API docs are building in $(C2_DOCS_ROOT)/api
38 .PHONY: docs-internal
39 docs-internal: $(C2_OUT_TEMP)/doxy-internal.config check-doxygen
40 echo Internal docs are building in $(C2_DOCS_ROOT)/internal
45 .PHONY: docs-all
46 docs-all: docs-api docs-internal