From 3a24a1139bb699234cd66f7aaef6572edf70974d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 28 Aug 2014 16:37:17 -0400 Subject: docs: HACK workaround for 'DAC' doxygen problem Tried adding STM32_HAVE_DAC=1 to the PREDEFINED list in support/doxygen/Doxyfile as per mbolivar's suggestion, but the DAC variable still doesn't make it's way into the doxygen output the way ADC1 et al are. So for now we'll just call that variable "undocumented" in the sphinx output and mark it as TODO. --- docs/source/libmaple/api/dac.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/libmaple/api/dac.rst b/docs/source/libmaple/api/dac.rst index 55c8faf..4e9eb56 100644 --- a/docs/source/libmaple/api/dac.rst +++ b/docs/source/libmaple/api/dac.rst @@ -18,7 +18,10 @@ Types Devices ------- -.. doxygenvariable:: DAC +.. TODO: This device doesn't get compiled in correctly yet + .. doxygenvariable:: DAC + +The ``DAC`` device is so-far undocumented. Functions --------- -- cgit v1.2.3