fixed Doxygen warning
[platform/framework/native/appfw.git] / inc / FBaseRtLibrary.h
index 9d5d1bf..77265bf 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -32,14 +31,14 @@ namespace Tizen { namespace Base { namespace Runtime
 {
 /**
  * @class Library
- * @brief This is the class for shared library.
+ * @brief This is the class for the shared library.
  *
  * @since 2.0
  *
  * @final This class is not intended for extension.
  *
  * The %Library class loads the shared library with the given file path.
- * It loads the library in current process' memory space, and application can use this library explicitly.
+ * It loads the library in current process' memory space, and the application can use this library explicitly.
  */
 class _OSP_EXPORT_ Library
        : public Tizen::Base::Object
@@ -65,8 +64,8 @@ public:
         *
         * @since 2.0
         *
-        * @return     An error code
-        * @param[in]  libraryPath   The path of the library file
+        * @return      An error code
+        * @param[in]   libraryPath               The path of the library file
         * @exception   E_SUCCESS             The method is successful.
         * @exception   E_LIBRARY_NOT_FOUND   The library cannot be found.
         * @exception   E_INVALID_ARG         The specified @c libraryPath is an empty string.
@@ -81,8 +80,8 @@ public:
         *
         * @since 2.0
         *
-        * @return             The address of the specified symbol
-        * @param[in] symbol    The symbol name
+        * @return                                         The address of the specified symbol
+        * @param[in]   symbol                 The symbol name
         * @exception   E_SUCCESS              The method is successful.
         * @exception   E_SYMBOL_NOT_FOUND     The symbol cannot be found.
         * @exception   E_INVALID_ARG          The specified @c symbol is an empty string.