From 3d686c7cf1b9aeb1a8cad74d1f76def76e4590cc Mon Sep 17 00:00:00 2001 From: Hinnerk van Bruinehsen Date: Sat, 6 Sep 2014 12:38:04 +0200 Subject: [PATCH] cpu: atmega: doxygen: blacklist upstream headers --- cpu/atmega_common/avr-libc-extra/errno.h | 3 +++ cpu/atmega_common/avr-libc-extra/time.h | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/cpu/atmega_common/avr-libc-extra/errno.h b/cpu/atmega_common/avr-libc-extra/errno.h index 6e16ea30ce..2ce2283b80 100644 --- a/cpu/atmega_common/avr-libc-extra/errno.h +++ b/cpu/atmega_common/avr-libc-extra/errno.h @@ -28,6 +28,8 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* \cond DOXYGEN_BLACKLIST */ + /* $Id$ */ #ifndef __ERRNO_H_ @@ -144,4 +146,5 @@ extern int errno; #define EINVAL 22 /* Invalid argument */ #define EOVERFLOW 75 /* Value too large for defined data type */ +/* \endcond */ #endif diff --git a/cpu/atmega_common/avr-libc-extra/time.h b/cpu/atmega_common/avr-libc-extra/time.h index f64dd5a98c..c91ef3d0ac 100644 --- a/cpu/atmega_common/avr-libc-extra/time.h +++ b/cpu/atmega_common/avr-libc-extra/time.h @@ -26,6 +26,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* \cond DOXYGEN_BLACKLIST */ + /* $Id$ */ /** \file */ @@ -521,6 +523,9 @@ extern "C" { }; /* @} */ + +/* /endcond */ + #ifdef __cplusplus } #endif