diff -r 16d8024aca5e -r f7ac710697a9 src/hbcore/inputfw/hbinputmodecache.cpp --- a/src/hbcore/inputfw/hbinputmodecache.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/inputfw/hbinputmodecache.cpp Mon May 03 12:48:33 2010 +0300 @@ -248,6 +248,7 @@ /// @endcond /*! +\internal Returns the singleton instance. */ HbInputModeCache* HbInputModeCache::instance() @@ -257,6 +258,7 @@ } /*! +\internal Construct the object. */ HbInputModeCache::HbInputModeCache() : d_ptr(new HbInputModeCachePrivate()) @@ -271,6 +273,7 @@ } /*! +\internal Destruct the object. */ HbInputModeCache::~HbInputModeCache() @@ -279,6 +282,7 @@ } /*! +\internal This slot is called whenever a change in input method plugin file system is detected and the list needs to be refreshed. */ @@ -294,6 +298,7 @@ } /*! +\internal Shuts down the object safely. This is needed mainly for singleton object. There has been a lot of problems related to randown singleton desctruction order and additional shutdown step is needed to guarantee that it will be done safely. The slot is connected to @@ -314,6 +319,7 @@ } /*! +\internal Loads given input method and caches it. */ HbInputMethod* HbInputModeCache::loadInputMethod(const HbInputMethodDescriptor &inputMethod) @@ -335,6 +341,7 @@ } /*! +\internal Lists custom input methods. */ QList HbInputModeCache::listCustomInputMethods() @@ -357,8 +364,9 @@ } /*! - Find correct handler for given input state. - */ +\internal +Find correct handler for given input state. +*/ HbInputMethod* HbInputModeCache::findStateHandler(const HbInputState& state) { Q_D(HbInputModeCache); @@ -409,10 +417,11 @@ } /*! - Returns the active input method. +\internal +Returns the active input method. - \sa HbInputMethod - */ +\sa HbInputMethod +*/ HbInputMethod* HbInputModeCache::activeMethod() const { Q_D(const HbInputModeCache); @@ -427,6 +436,7 @@ } /*! +\internal Lists available input languages. */ QList HbInputModeCache::listInputLanguages() const