From 683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 13 Mar 2009 20:58:52 +0000 Subject: SoundCore class documentation, fixed other documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@847 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/general.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qmmpui/general.h') diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h index e4f636354..244d02114 100644 --- a/src/qmmpui/general.h +++ b/src/qmmpui/general.h @@ -52,22 +52,22 @@ public: /*! * Sets whether the general plugin is enabled. * @param factory General plugin factory. - * @param enabled Plugin enable state (\b true - enable, \b false - disable) + * @param enable Plugin enable state (\b true - enable, \b false - disable) */ static void setEnabled(GeneralFactory* factory, bool enable = TRUE); /*! - * Return \b true if general plugin is enabled, otherwise \b false + * Returns \b true if general plugin is enabled, otherwise returns \b false * @param factory General plugin factory. */ static bool isEnabled(GeneralFactory* factory); signals: /*! - * Emited when exit() slot is called. + * Emitted when exit() slot is called. */ void exitCalled(); /*! - * Emited when toggleVisibility() slot is called. + * Emitted when toggleVisibility() slot is called. */ void toggleVisibilityCalled(); -- cgit v1.2.3-13-gbd6f