Standardize doxygen in KD module
This commit is contained in:
@@ -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.
|
* 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
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
@@ -211,7 +211,7 @@ KD::DebugIo::DetectDebugPorts(VOID)
|
|||||||
/**
|
/**
|
||||||
* Initializes the kernel's debugger I/O providers.
|
* 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
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
@@ -249,7 +249,7 @@ KD::DebugIo::InitializeDebugIoProviders(VOID)
|
|||||||
/**
|
/**
|
||||||
* Initializes the framebuffer device provider for the kernel debugger.
|
* 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
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
@@ -288,7 +288,7 @@ KD::DebugIo::InitializeFrameBufferProvider(VOID)
|
|||||||
/**
|
/**
|
||||||
* Initializes the serial port device provider for the kernel debugger.
|
* 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
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
@@ -376,7 +376,7 @@ KD::DebugIo::SetPrintRoutine(PKD_PRINT_ROUTINE DebugPrintRoutine)
|
|||||||
* @param Character
|
* @param Character
|
||||||
* The integer promotion of the character to be written.
|
* 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
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user