From c6e4ddfe0563d67dbef19247070c92447f9145e7 Mon Sep 17 00:00:00 2001 From: Jooseok Song Date: Wed, 15 Feb 2017 14:24:40 +0900 Subject: [PATCH] Change Doxygen Change-Id: I6dfed66110cb6aa0b188da9ae6d8b87c113dc7a6 --- include/account.h | 10 +++++----- packaging/libaccount-service.spec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/account.h b/include/account.h index 1b782e1..86f2d6f 100644 --- a/include/account.h +++ b/include/account.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2012 - 2013 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -896,11 +896,11 @@ int account_set_user_int(account_h account, int user_int_index, int user_integer /** - * @brief Gets the auth type. + * @brief Gets the authentiacation type. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif * @param[in] account The account handle - * @param[out] auth_type The auth type + * @param[out] auth_type The authentiacation type * * @return @c 0 on success, * otherwise a negative error value @@ -913,11 +913,11 @@ int account_get_auth_type(account_h account, account_auth_type_e *auth_type); /** - * @brief Sets the auth type. + * @brief Sets the authentiacation type. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif * @param[in] account The account handle - * @param[in] auth_type The integer to be set as the auth type + * @param[in] auth_type The integer to be set as the authentiacation type * * @return @c 0 on success, * otherwise a negative error value diff --git a/packaging/libaccount-service.spec b/packaging/libaccount-service.spec index 0d5f504..1c76465 100644 --- a/packaging/libaccount-service.spec +++ b/packaging/libaccount-service.spec @@ -1,6 +1,6 @@ Name: libaccount-service Summary: Account DB library -Version: 0.4.12 +Version: 0.4.13 Release: 1 Group: Social & Content/API License: Apache-2.0 -- 2.7.4