Skip to content

Commit

Permalink
Updated the inline documentation of the ReadModuleDebugValue() template.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Oct 18, 2024
1 parent 2d6e047 commit 1c2e6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/zswapdebug/zswapdebug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ class ZSwapDebug
unsigned long ReadModuleDebugValueUnsigned(const std::string&) const;

/**
* Reads the debug value of the ZSwap kernel module by the
* specified name. Template function.
* Template method for reading the debug value of the ZSwap
* kernel module by the specified name as the specified type.
* @param Name Debug value name.
* @param Default Default value.
* @param Default Default value if cannot be read.
* @returns Value of the specified type.
*/
template <typename T>
Expand Down

0 comments on commit 1c2e6c4

Please sign in to comment.