diff options
author | Mark D. Roth <roth@google.com> | 2018-08-16 12:04:24 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2018-08-16 13:19:01 -0700 |
commit | 7a7e4f56529c4da16ec6a3035e7b3bdf9dfb6f67 (patch) | |
tree | 038a53da42972feffed87bd4afe841526dd7220b /tools/doxygen/Doxyfile.core.internal | |
parent | e495476b1e31023637259883aa735fcc716c6adc (diff) |
Move C++ mu_guard class out of C-core public headers and fix style.
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index fa2ad93a45..0f5047a305 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1142,6 +1142,7 @@ src/core/lib/gprpp/fork.h \ src/core/lib/gprpp/inlined_vector.h \ src/core/lib/gprpp/manual_constructor.h \ src/core/lib/gprpp/memory.h \ +src/core/lib/gprpp/mutex_lock.h \ src/core/lib/gprpp/orphanable.h \ src/core/lib/gprpp/ref_counted.h \ src/core/lib/gprpp/ref_counted_ptr.h \ |