diff options
author | Mark D. Roth <roth@google.com> | 2018-01-11 07:41:31 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2018-01-11 07:41:31 -0800 |
commit | 324703db51b43e150d9d8ffbcceb9d2096e26a9f (patch) | |
tree | dde488420b40edf62ea4e8602dc1c37c1660d4b2 /tools/doxygen/Doxyfile.c++.internal | |
parent | 53430532ce765aa1aa96656b00015914598838ae (diff) |
Fix existing ref counting classes and add new ones.
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index d9184f49a2..85bbeed088 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -1038,6 +1038,7 @@ src/core/lib/support/manual_constructor.h \ src/core/lib/support/memory.h \ src/core/lib/support/mpscq.h \ src/core/lib/support/murmur_hash.h \ +src/core/lib/support/orphanable.h \ src/core/lib/support/ref_counted.h \ src/core/lib/support/ref_counted_ptr.h \ src/core/lib/support/spinlock.h \ |