BigW Consortium Gitlab

Commit c7df7eaa by Peter Sandelin

trac:4197 - [WiFi] Add "make docs"

patch 1: - Added variable that will be transfered by cmake into doxygen to be used to test. - please note that only ENABLED_SECTIONS variables are visible to doxygen. - doing "make docs" in legato, will now detect and bring MangOH into the doxygen. Change-Id: I4e5aeee4ffbfdc541e8fcfba2b6f02f4143e06b3
parent 23b0010b
......@@ -2,5 +2,12 @@
export MANGOH_ROOT = $(LEGATO_ROOT)/../mangOH
export MANGOH_WIFI_ROOT = $(MANGOH_ROOT)/apps/WiFi
# this variable goes from environment -> cmake -> Doxygen.
# It can be used in Legato Doxygen code to conditionally add MangOH links etc.
# \if MANGOH_WIFI_DOXYGEN_DEFINE
# ....
# \endif
export MANGOH_WIFI_DOXYGEN_DEFINE = MANGOH_WIFI_DOXYGEN_DEFINE
# Override the default sdef file to use the MangOH one
export SDEF_TO_USE = $(MANGOH_ROOT)/mangoh.sdef
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment