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

Commit a0a2595c authored by Dan Albert's avatar Dan Albert
Browse files

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/native-activity
Test: https://irina-dot-devsite.googleplex.com/ndk/reference/group/networking
Test: https://irina-dot-devsite.googleplex.com/ndk/reference/group/tracing
Bug: http://b/77236573
Change-Id: Ic3154f77de1f13fe753b4c03537eab41b0a22848
parent 66fa492a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 */

/**
 * @addtogroup Networking
 * @{
 */

/**
 * @file multinetwork.h
 */

#ifndef ANDROID_MULTINETWORK_H
#define ANDROID_MULTINETWORK_H

@@ -104,3 +113,5 @@ int android_getaddrinfofornetwork(net_handle_t network,
__END_DECLS

#endif  // ANDROID_MULTINETWORK_H

/** @} */
+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@
 * limitations under the License.
 */

/**
 * @addtogroup Tracing
 * @{
 */

/**
 * @file trace.h
 * @brief Writes trace events to the system trace buffer.
@@ -65,3 +70,5 @@ void ATrace_endSection();
#endif

#endif // ANDROID_NATIVE_TRACE_H

/** @} */
+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@
 * limitations under the License.
 */

/**
 * @addtogroup NativeActivity Native Activity
 * @{
 */

/**
 * @file hardware_buffer.h
 */
@@ -244,3 +249,5 @@ int AHardwareBuffer_recvHandleFromUnixSocket(int socketFd, AHardwareBuffer** out
__END_DECLS

#endif // ANDROID_HARDWARE_BUFFER_H

/** @} */