From: Pino Toscano Date: Sun, 24 Jul 2005 21:38:16 +0000 (+0000) Subject: SVN_SILENT apidox fixes. X-Git-Tag: v3.80.2~300^2~23 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=82a3e76f99e40cae6da2095a493a2fc8dfbb2d5f;p=libqmvoc.git SVN_SILENT apidox fixes. svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=438296 --- diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index c5b23a5..f250979 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -46,14 +46,14 @@ class Spectrum { public: /** - * public ctor + * public costructor */ Spectrum( Element* parent ){ m_parentElement = parent; }; /** - * public dtor + * public destructor */ ~Spectrum(){}; @@ -147,7 +147,7 @@ class Spectrum } /** - * @return the data of a spectrum as html-code + * @return the data of a spectrum as HTML code */ QString BandsAsHtml();