From ae33fdc0a3898d45896d4670f64e140deb78e35c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 12 Mar 2009 16:43:53 +0000 Subject: playlist format api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@843 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playstate.h | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'src/qmmpui/playstate.h') diff --git a/src/qmmpui/playstate.h b/src/qmmpui/playstate.h index e4af7fa6f..a2b525f7d 100644 --- a/src/qmmpui/playstate.h +++ b/src/qmmpui/playstate.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2007-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,14 +21,11 @@ #ifndef _PLAYSTATE_H #define _PLAYSTATE_H -/** - @author Vladimir Kuznetsov - */ - #include -/*! - * Abstract class that represents data model playing states +/*! @internal + * @brief Abstract class that represents data model playing states. + * @author Vladimir Kuznetsov */ class PlayState { @@ -50,7 +47,6 @@ public: { ; }; - /*! * Service method, can be used for state initializing. */ @@ -72,9 +68,9 @@ protected: PlayListModel* m_model; }; -/*! - * Represents normal playing state. - * @author Vladimir Kuznetsov +/*! @internal + * @brief Represents normal playing state. + * @author Vladimir Kuznetsov */ class NormalPlayState : public PlayState { @@ -84,9 +80,9 @@ public: NormalPlayState(PlayListModel* model); }; -/*! - * Represents shuffle playing state. - * @author Vladimir Kuznetsov +/*! @internal + * @brief Represents shuffle playing state. + * @author Vladimir Kuznetsov */ class ShufflePlayState : public PlayState { -- cgit v1.2.3-13-gbd6f