Standardize doxygen return descriptions across HL layer
All checks were successful
Builds / ExectOS (i686, release) (push) Successful in 30s
Builds / ExectOS (amd64, release) (push) Successful in 34s
Builds / ExectOS (i686, debug) (push) Successful in 43s
Builds / ExectOS (amd64, debug) (push) Successful in 46s

This commit is contained in:
2026-05-18 20:22:19 +02:00
parent f2c70d582a
commit d41c90f541
5 changed files with 23 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
* @param Port
* Specifies the address to read from, in the range of 0-0xFFFF.
*
* @return The value read from the port.
* @return This routine returns the value read from the port.
*
* @since XT 1.0
*/
@@ -36,7 +36,7 @@ HL::IoPort::ReadPort8(IN USHORT Port)
* @param Port
* Specifies the address to read from, in the range of 0-0xFFFF.
*
* @return The value read from the port.
* @return This routine returns the value read from the port.
*
* @since XT 1.0
*/
@@ -57,7 +57,7 @@ HL::IoPort::ReadPort16(IN USHORT Port)
* @param Port
* Specifies the address to read from, in the range of 0-0xFFFF.
*
* @return The value read from the port.
* @return This routine returns the value read from the port.
*
* @since XT 1.0
*/