aboutsummaryrefslogblamecommitdiffstats
path: root/.doxygen/Makefile
blob: 3a05b2b543634c5bb7583357d0c1c139e0f9e415 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                       

.PHONY: document

document:
    cd $(DOXYGEN_CONFIG_PATH) && \
    PATH='.:$(PATH)' \
    DOXYGEN_INPUT_DIRS='$(DOXYGEN_INPUT_DIRS) ./' \
    DOXYGEN_OUTPUT_DIR='$(DOXYGEN_OUTPUT_DIR)' \
    doxygen $(DOXYGEN_CONFIG_FILE)

document_clean:
    rm -rf $(DOXYGEN_OUTPUT_DIR)