Skip to content

Commit 0f6c5e2

Browse files
authored
Remove Mutex class from Doxygen docs. (#826)
1 parent 7941272 commit 0f6c5e2

File tree

1 file changed

+4
-0
lines changed
  • app/src/include/firebase/internal

1 file changed

+4
-0
lines changed

app/src/include/firebase/internal/mutex.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
namespace firebase {
2929

30+
#if !defined(DOXYGEN)
31+
3032
/// @brief A simple synchronization lock. Only one thread at a time can Acquire.
3133
class Mutex {
3234
public:
@@ -91,6 +93,8 @@ class MutexLock {
9193
Mutex* mutex_;
9294
};
9395

96+
#endif // !defined(DOXYGEN)
97+
9498
} // namespace firebase
9599

96100
#endif // FIREBASE_APP_SRC_INCLUDE_FIREBASE_INTERNAL_MUTEX_H_

0 commit comments

Comments
 (0)