Skip to content

Commit

Permalink
[dox] create dox makefile target to easily create doxygen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Aug 30, 2013
1 parent ec0592e commit b1eb25e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Expand Up @@ -248,6 +248,15 @@ paparazzi:
chmod a+x $@


#
# doxygen html documentation
#
dox:
$(Q)PAPARAZZI_HOME=$(PAPARAZZI_HOME) sw/tools/doxygen_gen/gen_modules_doc.py -pv
@echo "Generationg doxygen html documentation in doc/generated/html"
$(Q)( cat Doxyfile ; echo "PROJECT_NUMBER=$(./paparazzi_version)"; echo "QUIET=YES") | doxygen -
@echo "Done. Open doc/generated/html/index.html in your browser to view it."

#
# Cleaning
#
Expand Down Expand Up @@ -296,7 +305,7 @@ run_tests:
test: all replace_current_conf_xml run_tests restore_conf_xml


.PHONY: all print_build_version update_google_version ground_segment ground_segment.opt \
.PHONY: all print_build_version update_google_version dox ground_segment ground_segment.opt \
subdirs $(SUBDIRS) conf ext libpprz multimon cockpit cockpit.opt tmtc tmtc.opt tools\
static sim_static lpctools commands \
clean cleanspaces ab_clean dist_clean distclean dist_clean_irreversible \
Expand Down

0 comments on commit b1eb25e

Please sign in to comment.