[Release] wrt-plugins-common_0.3.74
[platform/framework/web/wrt-plugins-common.git] / src / modules / tizen / DEPRACATED / Memory / Manager.h
index a40608c..0049155 100644 (file)
@@ -34,12 +34,15 @@ class Manager : public Api::Memory::IManager
     Manager();
 
     /**
-     * Reads value from meminfo file looking it up using specified regex pattern.
+     * Reads value from meminfo file looking it up using specified regex
+     * pattern.
      * Function matches each (whole!) line against specified pattern.
-     * @param pattern Perl-like regular expresion used to search through meminfo.
+     * @param pattern Perl-like regular expresion used to search through
+     * meminfo.
      * @return Found value.
      * @throw PlatformException If could not find meminfo file.
-     * @throw UnsupportedException If pattern didn't match any line in meminfo file.
+     * @throw UnsupportedException If pattern didn't match any line in meminfo
+     * file.
      */
     unsigned long getMeminfoValue(const char* pattern) const;
 };