Skip to content

Commit 104dbfa

Browse files
committed
Fix formatting of reference doc.
1 parent ca70528 commit 104dbfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gma/src/include/firebase/gma/ump/consent_info.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ class ConsentInfo {
7676
/// @code
7777
/// #if defined(__ANDROID__)
7878
/// consent_info = firebase::gma::ump::ConsentInfo::GetInstance(jni_env,
79-
/// activity); #else consent_info = firebase::gma::ump::GetInstance(); #endif
79+
/// activity);
80+
/// #else
81+
/// consent_info = firebase::gma::ump::GetInstance();
82+
/// #endif
8083
/// @endcode
8184
///
8285
/// @param[in] jni_env JNIEnv pointer.

0 commit comments

Comments
 (0)