mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 21:37:47 +00:00
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory
Corrects the parameter names within the doxygen comments so that they resolve properly.
This commit is contained in:
parent
4ca5db278f
commit
c4cdbfdbff
1 changed files with 4 additions and 4 deletions
|
@ -454,8 +454,8 @@ public:
|
||||||
|
|
||||||
/// Maps memory at a given address.
|
/// Maps memory at a given address.
|
||||||
///
|
///
|
||||||
/// @param addr The virtual address to map memory at.
|
/// @param target The virtual address to map memory at.
|
||||||
/// @param size The amount of memory to map.
|
/// @param size The amount of memory to map.
|
||||||
///
|
///
|
||||||
/// @note The destination address must lie within the Map region.
|
/// @note The destination address must lie within the Map region.
|
||||||
///
|
///
|
||||||
|
@ -468,8 +468,8 @@ public:
|
||||||
|
|
||||||
/// Unmaps memory at a given address.
|
/// Unmaps memory at a given address.
|
||||||
///
|
///
|
||||||
/// @param addr The virtual address to unmap memory at.
|
/// @param target The virtual address to unmap memory at.
|
||||||
/// @param size The amount of memory to unmap.
|
/// @param size The amount of memory to unmap.
|
||||||
///
|
///
|
||||||
/// @note The destination address must lie within the Map region.
|
/// @note The destination address must lie within the Map region.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue