commit | da1994ced6fd870a9ad198c0435d3e5ebbf65636 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Apr 13 14:32:37 2018 -0700 |
committer | Dan Albert <danalbert@google.com> | Fri Apr 13 14:32:37 2018 -0700 |
tree | 42cf094bc08d6ce3006607257c1ceb6c5d32a594 | |
parent | 48227e66026724f9a94d9ff9cdef0aacae75b3a9 [diff] |
Add dlext.h to the libdl doc group. Test: https://irina-dot-devsite.googleplex.com/ndk/reference/group/libdl Bug: http://b/77236573 Change-Id: Ie09351ee961554488e34c79511712b07c345b8ad
diff --git a/libc/include/android/dlext.h b/libc/include/android/dlext.h index 2b4169e..d0200c4 100644 --- a/libc/include/android/dlext.h +++ b/libc/include/android/dlext.h
@@ -24,6 +24,11 @@ #include <sys/types.h> /* for off64_t */ /** + * @addtogroup libdl Dynamic Linker + * @{ + */ + +/** * \file * Advanced dynamic library opening support. Most users will want to use * the standard [dlopen(3)](http://man7.org/linux/man-pages/man3/dlopen.3.html) @@ -179,4 +184,6 @@ __END_DECLS +/** @} */ + #endif