diff options
author | Gwangbok Kim <gwangbok.kim@samsung.com> | 2013-04-13 14:22:50 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit2@kim11> | 2013-04-13 14:22:50 +0900 |
commit | c3659002b504b50cc9c3d451adc98b1ea55f2282 (patch) | |
tree | b6bbb63afcace9b3d89a6ecad708c969be7e8749 /inc | |
parent | fdba2f6516fba09e932c2dc386c5a1820c6bab7b (diff) | |
parent | 5097c3e3e7d5ad4d10203c481a73cea175938894 (diff) | |
download | social-c3659002b504b50cc9c3d451adc98b1ea55f2282.tar.gz social-c3659002b504b50cc9c3d451adc98b1ea55f2282.tar.bz2 social-c3659002b504b50cc9c3d451adc98b1ea55f2282.zip |
Merge "fix doxygen for SetExtened()" into tizen_2.1
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclAddress.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/FSclAddress.h b/inc/FSclAddress.h index 02ed278..b86db70 100644 --- a/inc/FSclAddress.h +++ b/inc/FSclAddress.h @@ -288,7 +288,6 @@ public: * @return An error code * @param[in] extended The new extended value to set * @exception E_SUCCESS The method is successful. - * @exception E_INVALID_ARG The length of the specified @c extended exceeds #MAX_ADDR_EXTENDED_LENGTH. */ result SetExtended(const Tizen::Base::String& extended); |