Changeset 0d275e1 in mainline


Ignore:
Timestamp:
2023-11-30T23:37:46Z (6 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
fa942bc
Parents:
1be9ee0
Message:

Fix false moves

Location:
uspace/lib/c/include/io
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/charfield.h

    r1be9ee0 r0d275e1  
    2828 */
    2929
    30 /** @addtogroup libconsole
     30/** @addtogroup libc
    3131 * @{
    3232 */
     
    3434 */
    3535
    36 #ifndef _LIBCONSOLE_IO_CHARFIELD_H_
    37 #define _LIBCONSOLE_IO_CHARFIELD_H_
     36#ifndef _LIBC_IO_CHARFIELD_H_
     37#define _LIBC_IO_CHARFIELD_H_
    3838
    3939#include <stdbool.h>
  • uspace/lib/c/include/io/color.h

    r1be9ee0 r0d275e1  
    2727 */
    2828
    29 /** @addtogroup libconsole
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBCONSOLE_IO_COLOR_H_
    36 #define _LIBCONSOLE_IO_COLOR_H_
     35#ifndef _LIBC_IO_COLOR_H_
     36#define _LIBC_IO_COLOR_H_
    3737
    3838typedef enum {
  • uspace/lib/c/include/io/concaps.h

    r1be9ee0 r0d275e1  
    2727 */
    2828
    29 /** @addtogroup libconsole
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBCONSOLE_IO_CONCAPS_H_
    36 #define _LIBCONSOLE_IO_CONCAPS_H_
     35#ifndef _LIBC_IO_CONCAPS_H_
     36#define _LIBC_IO_CONCAPS_H_
    3737
    3838typedef enum {
Note: See TracChangeset for help on using the changeset viewer.