<doxygen> <doxygen flags> <doxygen config file>
The <doxygen flags> used to build the source code file are assembled from the following macros in the indicated order:
FLAGS_DOXYGEN
# The source root of this Component COMPONENT_ROOT=../.. # The root of the build system BS_ROOT=$(COMPONENT_ROOT)/../build3 # Boostrap Build system definitions. include $(BS_ROOT)/defines.mk # Generate src code from lex code. DOXYGEN_TARGETS=my_project_doxgen_docs my_project_doxygen_docs_SRC=my_project_Doxyfile include $(BS_ROOT)/rules.mk