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

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

Merge "Add missing @addtogroup tags." am: 16207d9a

am: d934ff97

Change-Id: I31e11941b8914333d4f78c99bf677a38a4b57ff2
parents 7aec7ad0 d934ff97
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
 */
@@ -305,3 +310,5 @@ int AHardwareBuffer_recvHandleFromUnixSocket(int socketFd, AHardwareBuffer** out
__END_DECLS

#endif // ANDROID_HARDWARE_BUFFER_H

/** @} */