Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95a37079 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing @addtogroup tags."

parents b518418f 55a76719
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 */
+11 −0
Original line number Diff line number Diff line
@@ -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 */

/** @} */