summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger/DBGCScreenAscii.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Debugger/DBGCScreenAscii.cpp')
-rw-r--r--src/VBox/Debugger/DBGCScreenAscii.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/VBox/Debugger/DBGCScreenAscii.cpp b/src/VBox/Debugger/DBGCScreenAscii.cpp
index d2ca3b7f22c..cc2483434f5 100644
--- a/src/VBox/Debugger/DBGCScreenAscii.cpp
+++ b/src/VBox/Debugger/DBGCScreenAscii.cpp
@@ -228,7 +228,6 @@ DECLHIDDEN(int) dbgcScreenAsciiCreate(PDBGCSCREEN phScreen, uint32_t cchWidth, u
/**
* Destroys a given ASCII screen.
*
- * @returns nothing.
* @param hScreen The screen handle.
*/
DECLHIDDEN(void) dbgcScreenAsciiDestroy(DBGCSCREEN hScreen)
@@ -354,7 +353,7 @@ DECLHIDDEN(int) dbgcScreenAsciiDrawCharacter(DBGCSCREEN hScreen, uint32_t uX, ui
/**
* Draws a vertical line at the given coordinates.
*
- * @returns nothing.
+ * @returns VBox status code.
* @param hScreen The screen handle.
* @param uX X position to draw.
* @param uStartY Y position to start drawing.