summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Mitsis <peter.mitsis@windriver.com>2016-02-11 11:53:03 -0500
committerGerrit Code Review <gerrit@zephyrproject.org>2016-02-11 20:11:03 +0000
commit8413e1f8723c89868062585f752e74a406f99d1e (patch)
tree908151c8aa53c4e097c4018b6cc93e524ead0735 /lib
parentbfe756da7d1f916cf62c4487fd7d91f9e9bca911 (diff)
doc: Fix misuse of @file doxygen tag
Summary lines follow the @brief tag instead of the @file tag. This prevents doxygen build warnings such as ... The name xxx supplied as the second argument in the \file statement is not an input file Change-Id: I1014586ad21be12e14aa1d2a942e6b8a11211795 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/minimal/include/bits/null.h3
-rw-r--r--lib/libc/minimal/include/bits/restrict.h3
-rw-r--r--lib/libc/minimal/include/bits/size_t.h3
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/minimal/include/bits/null.h b/lib/libc/minimal/include/bits/null.h
index ee58ce0dc..55d65ff70 100644
--- a/lib/libc/minimal/include/bits/null.h
+++ b/lib/libc/minimal/include/bits/null.h
@@ -15,7 +15,8 @@
*/
/**
- * @file NULL definition
+ * @file
+ * @brief NULL definition
*/
#if !defined(NULL)
diff --git a/lib/libc/minimal/include/bits/restrict.h b/lib/libc/minimal/include/bits/restrict.h
index 9e357939d..da876cb92 100644
--- a/lib/libc/minimal/include/bits/restrict.h
+++ b/lib/libc/minimal/include/bits/restrict.h
@@ -15,7 +15,8 @@
*/
/**
- * @file _Restrict definition
+ * @file
+ * @brief _Restrict definition
*
* The macro "_Restrict" is intended to be private to the minimal libc library.
* It evaluates to the "restrict" keyword when a C99 compiler is used, and
diff --git a/lib/libc/minimal/include/bits/size_t.h b/lib/libc/minimal/include/bits/size_t.h
index 204df6bb2..8f8f2f901 100644
--- a/lib/libc/minimal/include/bits/size_t.h
+++ b/lib/libc/minimal/include/bits/size_t.h
@@ -15,7 +15,8 @@
*/
/**
- * @file size_t definition
+ * @file
+ * @brief size_t definition
*/
#if !defined(__size_t_defined)