Doxygen style

This commit is contained in:
Mat Sutcliffe
2021-09-18 00:51:48 +01:00
parent 57d32da826
commit 312dec792b
66 changed files with 75 additions and 75 deletions

View File

@@ -23,7 +23,7 @@
namespace BlackGui::Graphs
{
/**
/*!
* For axis labels
*/
class CTextScaleDraw: public QwtScaleDraw
@@ -45,7 +45,7 @@ namespace BlackGui::Graphs
QStringList m_labels;
};
/**
/*!
* Bar chart, modified version of QWT examples
*/
class BLACKGUI_EXPORT CBarChart: public QwtPlot