Home | History | Annotate | Download | only in codec2

Lines Matching refs:docs

6 C2_DOCS_ROOT := $(OUT_DIR)/target/common/docs/codec2
18 $(C2_OUT_TEMP)/doxy-api.config: $(C2_ROOT)/docs/doxygen.config
24 $(C2_ROOT)/docs/doxygen.config > $@
26 $(C2_OUT_TEMP)/doxy-internal.config: $(C2_ROOT)/docs/doxygen.config
28 $(C2_ROOT)/docs/doxygen.config > $@
30 docs-api: $(C2_OUT_TEMP)/doxy-api.config check-doxygen
31 echo API docs are building in $(C2_DOCS_ROOT)/api
36 docs-internal: $(C2_OUT_TEMP)/doxy-internal.config check-doxygen
37 echo Internal docs are building in $(C2_DOCS_ROOT)/internal
42 docs-all: docs-api docs-internal