From 89befdb9b259d02249876e39ec6fd28860272439 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 6 Oct 2017 17:06:15 -0300 Subject: A lot of documentation written --- Project/ElementPlotData.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Project/ElementPlotData.h') diff --git a/Project/ElementPlotData.h b/Project/ElementPlotData.h index 1f0acf7..16c6017 100644 --- a/Project/ElementPlotData.h +++ b/Project/ElementPlotData.h @@ -24,6 +24,14 @@ #include +/** + * @class PlotData + * @author Thales Lima Oliveira + * @date 06/10/2017 + * @brief This class is responsible to manage the graphical data of electromechanical result to be plotted on chart + * viewer. + * @file ElementPlotData.h + */ class PlotData : public wxTreeItemData { public: -- cgit