mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
page_table: Add missing doxygen parameters to Resize()
Resolves two -Wdocumentation warnings.
This commit is contained in:
parent
81f7292269
commit
60b72b1deb
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ struct PageTable {
|
|||
* a given address space.
|
||||
*
|
||||
* @param address_space_width_in_bits The address size width in bits.
|
||||
* @param page_size_in_bits The page size in bits.
|
||||
* @param has_attribute Whether or not this page has any backing attributes.
|
||||
*/
|
||||
void Resize(std::size_t address_space_width_in_bits, std::size_t page_size_in_bits,
|
||||
bool has_attribute);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue