From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- arch/riscv64/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/riscv64/config.h') diff --git a/arch/riscv64/config.h b/arch/riscv64/config.h index 3d70248..ba7fafe 100644 --- a/arch/riscv64/config.h +++ b/arch/riscv64/config.h @@ -11,8 +11,8 @@ * instead. First 4K is reserved for NULL, but I suppose it could be mapped * later if *absolutely* necessary. * - * @todo Consider separating user-specified and immutable parameters. - * @todo Write more thorough documentation, maybe a separate .md file? + * \todo Consider separating user-specified and immutable parameters. + * \todo Write more thorough documentation, maybe a separate .md file? */ #include @@ -75,7 +75,7 @@ #else /* 32bit */ -/* TODO: figure this stuff out */ +/* \todo: figure this stuff out */ #define VM_DMAP (0x000000000) #define VM_KERN (VM_DMAP + SZ_256K) #define ROOT_PTE (0UL) -- cgit v1.3