summaryrefslogtreecommitdiffstats
path: root/libsync
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-04-13 14:49:41 -0700
committerDan Albert <danalbert@google.com>2018-04-13 14:49:41 -0700
commit55a76719e28740c289f553978d5c4226faf5ca05 (patch)
tree7e0d3932636eacbda7ffdb9bedd0f0ab41f260b9 /libsync
parent07de83831f9a2bf67e1c4a4df72baed42b26c7e9 (diff)
downloadsystem_core-55a76719e28740c289f553978d5c4226faf5ca05.tar.gz
system_core-55a76719e28740c289f553978d5c4226faf5ca05.tar.bz2
system_core-55a76719e28740c289f553978d5c4226faf5ca05.zip
Add missing @addtogroup tags.
These NDK docs weren't in any groups, so they don't show up in the new site. Test: https://irina-dot-devsite.googleplex.com/ndk/reference/group/logging Test: https://irina-dot-devsite.googleplex.com/ndk/reference/group/sync Bug: http://b/77236573 Change-Id: I300f96585dec94359ecf96fbf39c6dc3ec4579e5
Diffstat (limited to 'libsync')
-rw-r--r--libsync/include/ndk/sync.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libsync/include/ndk/sync.h b/libsync/include/ndk/sync.h
index 3c5578313..a786d3ef9 100644
--- a/libsync/include/ndk/sync.h
+++ b/libsync/include/ndk/sync.h
@@ -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 */
+
+/** @} */