forked from Archive/PX4-Autopilot
doxygen update excludes and output structure
- exclude DriverFramework, parameters, libuavcan
This commit is contained in:
parent
7ceb79d606
commit
5b410e5f28
File diff suppressed because it is too large
Load Diff
1
Makefile
1
Makefile
|
@ -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
|
||||
# --------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue