From dbdaa77fb5924b4b9e6b374a44ef76481a38d3d2 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 8 Nov 2022 17:19:45 +0200 Subject: Add FILE struct --- doc.src/devices.rst | 2 ++ doc.src/libk.rst | 3 +++ 2 files changed, 5 insertions(+) (limited to 'doc.src') diff --git a/doc.src/devices.rst b/doc.src/devices.rst index 7c8b41d..13bc2f0 100644 --- a/doc.src/devices.rst +++ b/doc.src/devices.rst @@ -10,6 +10,7 @@ Text mode osdev wiki: `Text UI `_ .. c:autodoc:: ../devices/vga.h + :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include PS/2 Controller =============== @@ -30,4 +31,5 @@ Programmable Interrupt Controller UART ==== .. c:autodoc:: ../devices/uart_16550.h + :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include diff --git a/doc.src/libk.rst b/doc.src/libk.rst index 7c30f41..078198c 100644 --- a/doc.src/libk.rst +++ b/doc.src/libk.rst @@ -7,11 +7,14 @@ libk is the kernel's C standard library implementation. stdio.h ======= .. c:autodoc:: ../lib/stdio.h + :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include stdlib.h ======== .. c:autodoc:: ../lib/stdlib.h + :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include string.h ======== .. c:autodoc:: ../lib/string.h + :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include -- cgit v1.2.1