Skip to content

Commit

Permalink
Documented HDA_GlobalVarsReporter
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoesmp committed Sep 28, 2023
1 parent 8e49189 commit ccc0d2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/dataanalytics/HDA_GlobalVarsReporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@

namespace helios { namespace analytics{

// TODO Rethink : Document
/**
* @author Alberto M. Esmoris Pena
* @version 1.0
*
* @brief Class to handle reports related to global variables.
*
* @see helios::analytics::HDA_GlobalVars
*/
class HDA_GlobalVarsReporter{
protected:
// *** ATTRIBUTES *** //
Expand Down

0 comments on commit ccc0d2c

Please sign in to comment.