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

Commit d934ff97 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Add missing @addtogroup tags."

am: 16207d9a

Change-Id: I0ac705aedcd941d7c514ab78ef859392d9e72bcb
parents c67a5762 16207d9a
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

/** @} */