From fec5bf65f14d93133946915c425be00de0cd546e Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 18 May 2026 22:40:41 +0200 Subject: [PATCH] Standardize doxygen in KD module --- xtoskrnl/kd/dbgio.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xtoskrnl/kd/dbgio.cc b/xtoskrnl/kd/dbgio.cc index 9e0925b..e9f0b21 100644 --- a/xtoskrnl/kd/dbgio.cc +++ b/xtoskrnl/kd/dbgio.cc @@ -82,7 +82,7 @@ KD::DebugIo::DbgPrint(PCWSTR Format, /** * Detects and enables the kernel's debug ports based on the 'DEBUG' parameter passed to the kernel. * - * @return This routine returns a status code. + * @return This routine returns a status code indicating the success or failure of the operation. * * @since XT 1.0 */ @@ -211,7 +211,7 @@ KD::DebugIo::DetectDebugPorts(VOID) /** * Initializes the kernel's debugger I/O providers. * - * @return This routine returns a status code. + * @return This routine returns a status code indicating the success or failure of the operation. * * @since XT 1.0 */ @@ -249,7 +249,7 @@ KD::DebugIo::InitializeDebugIoProviders(VOID) /** * Initializes the framebuffer device provider for the kernel debugger. * - * @return This routine returns a status code. + * @return This routine returns a status code indicating the success or failure of the operation. * * @since XT 1.0 */ @@ -288,7 +288,7 @@ KD::DebugIo::InitializeFrameBufferProvider(VOID) /** * Initializes the serial port device provider for the kernel debugger. * - * @return This routine returns a status code. + * @return This routine returns a status code indicating the success or failure of the operation. * * @since XT 1.0 */ @@ -376,7 +376,7 @@ KD::DebugIo::SetPrintRoutine(PKD_PRINT_ROUTINE DebugPrintRoutine) * @param Character * The integer promotion of the character to be written. * - * @return This routine returns a status code. + * @return This routine returns a status code indicating the success or failure of the operation. * * @since XT 1.0 */