Merge "Add missing @addtogroup tags." am: 95a37079f5

am: a707c482a1

Change-Id: I3a8c878551052c65150492bcd22b96764447edde
This commit is contained in:
Dan Albert 2018-04-14 16:04:16 -07:00 committed by android-build-merger
commit c63ac8af87
2 changed files with 18 additions and 0 deletions

View File

@ -34,6 +34,11 @@
* - DO NOT CHANGE THE LAYOUT OR SIZE OF STRUCTURES
*/
/**
* @addtogroup Logging
* @{
*/
/**
* \file
*
@ -205,4 +210,6 @@ int __android_log_buf_print(int bufID, int prio, const char* tag,
}
#endif
/** @} */
#endif /* _ANDROID_LOG_H */

View File

@ -14,6 +14,15 @@
* limitations under the License.
*/
/**
* @addtogroup Sync
* @{
*/
/**
* @file sync.h
*/
#ifndef ANDROID_SYNC_H
#define ANDROID_SYNC_H
@ -86,3 +95,5 @@ void sync_file_info_free(struct sync_file_info *info);
__END_DECLS
#endif /* ANDROID_SYNC_H */
/** @} */