summaryrefslogtreecommitdiffstats
path: root/Project/Shunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r--Project/Shunt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h
index eb0384a..94424a4 100644
--- a/Project/Shunt.h
+++ b/Project/Shunt.h
@@ -21,6 +21,13 @@
#include "PowerElement.h"
#include "Bus.h"
+/**
+ * @class Shunt
+ * @author Thales Lima Oliveira <thales@ufu.br>
+ * @date 06/10/2017
+ * @brief Abstract class for shunt power elements.
+ * @file Shunt.h
+ */
class Shunt : public PowerElement
{
public: