Skip to content

Commit

Permalink
Doxygen warning. Refs #9353
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed May 2, 2014
1 parent eb140e7 commit 2f89b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/Kernel/src/UnitLabel.cpp
Expand Up @@ -9,6 +9,7 @@ namespace Mantid
/**
* @param ascii A plain-text label containing only ascii characters
* @param unicode A label that can contain unicode characters
* @param latex A text label containg the ascii characters with latex formatting
*/
UnitLabel::UnitLabel(const AsciiString &ascii, const Utf8String &unicode, const AsciiString &latex)
: m_ascii(ascii), m_utf8(unicode), m_latex(latex)
Expand Down

0 comments on commit 2f89b0d

Please sign in to comment.