Skip to content

Commit 6d90def

Browse files
committed
Fix generated docs check errors.
1 parent 7c25ce6 commit 6d90def

File tree

1 file changed

+9
-0
lines changed
  • gma/src/include/firebase/gma

1 file changed

+9
-0
lines changed

gma/src/include/firebase/gma/types.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,23 @@ enum AdErrorCode {
153153
kAdErrorCodeUnknown,
154154
};
155155

156+
#if !defined(DOXYGEN)
157+
/// Format of the ad being requested. Currently used only for internal updates.
156158
enum AdFormat {
159+
/// App open ad format.
157160
kAdFormatAppOpen,
161+
/// Banner ad format.
158162
kAdFormatBanner,
163+
/// Interstitial ad format.
159164
kAdFormatInterstitial,
165+
/// Native ad format.
160166
kAdFormatNative,
167+
/// Rewarded ad format.
161168
kAdFormatRewarded,
169+
/// Rewarded interstitial ad format.
162170
kAdFormatRewardedInterstitial,
163171
};
172+
#endif // !defined(DOXYGEN)
164173

165174
/// A listener for receiving notifications during the lifecycle of a BannerAd.
166175
class AdListener {

0 commit comments

Comments
 (0)