From 527a5ea7a896a9b00e0563abbbed7771a398971b Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 8 Nov 2022 10:46:07 +0200 Subject: Add python-sphinx docs --- devices/vga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devices') diff --git a/devices/vga.h b/devices/vga.h index 7a295a2..daaa482 100644 --- a/devices/vga.h +++ b/devices/vga.h @@ -1,6 +1,6 @@ #pragma once -/* Hardware text mode color constants. */ +/** Hardware text mode color constants. */ enum vga_color { VGA_COLOR_BLACK = 0, VGA_COLOR_BLUE = 1, -- cgit v1.2.1