1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #1642 from N8Fear/avr-libc-fix-doxygen

cpu: atmega: doxygen: blacklist upstream headers
This commit is contained in:
Ludwig Ortmann 2014-09-06 06:47:14 -07:00
commit 7c6ca9bd15
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,8 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */ POSSIBILITY OF SUCH DAMAGE. */
/* \cond DOXYGEN_BLACKLIST */
/* $Id$ */ /* $Id$ */
#ifndef __ERRNO_H_ #ifndef __ERRNO_H_
@ -144,4 +146,5 @@ extern int errno;
#define EINVAL 22 /* Invalid argument */ #define EINVAL 22 /* Invalid argument */
#define EOVERFLOW 75 /* Value too large for defined data type */ #define EOVERFLOW 75 /* Value too large for defined data type */
/* \endcond */
#endif #endif

View File

@ -26,6 +26,8 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
/* \cond DOXYGEN_BLACKLIST */
/* $Id$ */ /* $Id$ */
/** \file */ /** \file */
@ -521,6 +523,9 @@ extern "C" {
}; };
/* @} */ /* @} */
/* /endcond */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif