Skip to content

Commit b5fb8df

Browse files
dmandarpaulb777
authored andcommitted
Add a third slash to make sure generated docs include these comments.b/13812238 (#3846)
1 parent a5ce374 commit b5fb8df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ typedef NS_ENUM(NSInteger, FIRRemoteConfigFetchStatus) {
4444

4545
/// Indicates whether updated data was successfully fetched and activated.
4646
typedef NS_ENUM(NSInteger, FIRRemoteConfigFetchAndActivateStatus) {
47-
// The remote fetch succeeded and fetched data was activated.
47+
/// The remote fetch succeeded and fetched data was activated.
4848
FIRRemoteConfigFetchAndActivateStatusSuccessFetchedFromRemote,
49-
// The fetch and activate succeeded from already fetched but yet unexpired config data. You can
50-
// control this using minimumFetchInterval property in FIRRemoteConfigSettings.
49+
/// The fetch and activate succeeded from already fetched but yet unexpired config data. You can
50+
/// control this using minimumFetchInterval property in FIRRemoteConfigSettings.
5151
FIRRemoteConfigFetchAndActivateStatusSuccessUsingPreFetchedData,
52-
// The fetch and activate failed.
52+
/// The fetch and activate failed.
5353
FIRRemoteConfigFetchAndActivateStatusError
5454
} NS_SWIFT_NAME(RemoteConfigFetchAndActivateStatus);
5555

0 commit comments

Comments
 (0)