doxygen update excludes and output structure

- exclude DriverFramework, parameters, libuavcan
This commit is contained in:
Daniel Agar 2018-08-12 10:20:46 -04:00
parent 7ceb79d606
commit 5b410e5f28
2 changed files with 2449 additions and 121 deletions

File diff suppressed because it is too large Load Diff

View File

@ -267,6 +267,7 @@ doxygen:
@mkdir -p $(SRC_DIR)/build/doxygen
@cd $(SRC_DIR)/build/doxygen && cmake $(SRC_DIR) $(CMAKE_ARGS) -G"$(PX4_CMAKE_GENERATOR)" -DCONFIG=posix_sitl_default -DBUILD_DOXYGEN=ON
@$(PX4_MAKE) -C $(SRC_DIR)/build/doxygen
@touch $(SRC_DIR)/build/doxygen/Documentation/.nojekyll
# Astyle
# --------------------------------------------------------------------