]> Git trees. - libqmvoc.git/commitdiff
SVN_SILENT apidox fixes.
authorPino Toscano <pino@kde.org>
Sun, 24 Jul 2005 21:38:16 +0000 (21:38 +0000)
committerPino Toscano <pino@kde.org>
Sun, 24 Jul 2005 21:38:16 +0000 (21:38 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=438296

kalzium/src/spectrum.h

index c5b23a5d94d8fb0d2b56d876c79b2f46a5fae617..f250979f63768c6aa83039a4ce7e53d9a8bb21df 100644 (file)
@@ -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();