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

Commit 52e36582 authored by Elliott Hughes's avatar Elliott Hughes Committed by Ryan Prichard
Browse files

Fix doxygen syntax.

Bug: N/A
Test: N/A
Change-Id: Ifef817a0d2885992d647b3b821b94bb509b3a274
Merged-In: Ifef817a0d2885992d647b3b821b94bb509b3a274
(cherry picked from commit 64b4621f)
parent 749aaebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -76,7 +76,7 @@ void ASurfaceTexture_release(ASurfaceTexture* st) __INTRODUCED_IN(28);
 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
 * @return A reference to an ANativeWindow. This reference MUST BE released when no longer needed
 * @return A reference to an ANativeWindow. This reference MUST BE released when no longer needed
 * using ANativeWindow_release(). Failing to do so will result in leaked resources. nullptr is
 * using ANativeWindow_release(). Failing to do so will result in leaked resources. nullptr is
 * returned if \st is null or if it's not an instance of android.graphics.SurfaceTexture
 * returned if \p st is null or if it's not an instance of android.graphics.SurfaceTexture
 */
 */
ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st) __INTRODUCED_IN(28);
ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st) __INTRODUCED_IN(28);