Browse Source

doxygen update excludes and output structure

- exclude DriverFramework, parameters, libuavcan
sbg
Daniel Agar 7 years ago
parent
commit
5b410e5f28
  1. 2483
      Documentation/Doxyfile.in
  2. 1
      Makefile

2483
Documentation/Doxyfile.in

File diff suppressed because it is too large Load Diff

1
Makefile

@ -267,6 +267,7 @@ doxygen: @@ -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…
Cancel
Save