Browse Source

lib: libc: errno: remove non-existing c_std_lib doxygen group

Some groups were being added to a non-existing group: c_std_lib

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
pull/76068/head
Gerard Marull-Paretas 12 months ago committed by Anas Nashif
parent
commit
28a515982c
  1. 1
      lib/libc/armstdc/include/errno.h
  2. 1
      lib/libc/armstdc/src/errno.c
  3. 1
      lib/libc/minimal/include/errno.h

1
lib/libc/armstdc/include/errno.h

@ -35,7 +35,6 @@ @@ -35,7 +35,6 @@
* 'C Library ABI for the Arm® Architecture, 2021Q1'
*
* @defgroup system_errno Error numbers
* @ingroup c_std_lib
* @{
*/

1
lib/libc/armstdc/src/errno.c

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
* 'C Library ABI for the Arm® Architecture, 2021Q1'
*
* @defgroup system_errno Error numbers
* @ingroup c_std_lib
* @{
*/

1
lib/libc/minimal/include/errno.h

@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
* Error codes returned by functions.
* Includes a list of those defined by IEEE Std 1003.1-2017.
* @defgroup system_errno Error numbers
* @ingroup c_std_lib
* @{
*/

Loading…
Cancel
Save