Skip to content

Commit

Permalink
Update Doxygen comments for add() methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bdutro committed Apr 30, 2024
1 parent 6a6696c commit ab292db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sparta/sparta/report/Report.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ namespace sparta
* \param si const Reference to existing StatisticInstance to copy
* \param name Name to give this instance within this Report.
* If "" (default) does not give this instance a name.
* \param recurse If true (default), also recursively add any children of si
* \return StatAdder so that multiple calls can be chained following
* an add.
* \throw SpartaException if the given name is not "" and is already used
Expand All @@ -408,6 +409,7 @@ namespace sparta
* \param si rvalue reference to existing StatisticInstance to move
* \param name Name to give this instance within this Report.
* If "" (default) does not give this instance a name.
* \param recurse If true (default), also recursively add any children of si
* \return StatAdder so that multiple calls can be chained following
* an add.
* \throw SpartaException if the given name is not "" and is already used
Expand Down

0 comments on commit ab292db

Please sign in to comment.