diff options
author | Mark D. Roth <roth@google.com> | 2017-11-30 07:05:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 07:05:18 -0800 |
commit | 5f662537deb01539a204273977c7e32394fc3454 (patch) | |
tree | 47a9105fc6a25adad2a5e7c80cc9da72a27e969f /tools/doxygen/Doxyfile.c++.internal | |
parent | 926b09a888faf3a099ef9d70d67aa5f5f7dae20b (diff) | |
parent | 9aea2573913e504375e667d9f4500faa505b5abe (diff) |
Merge pull request #13357 from markdroth/reference_counted
Add ReferenceCounted base class.
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index 6f38aae546..09f668d847 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -1033,12 +1033,15 @@ src/core/lib/support/arena.h \ src/core/lib/support/atomic.h \ src/core/lib/support/atomic_with_atm.h \ src/core/lib/support/atomic_with_std.h \ +src/core/lib/support/debug_location.h \ src/core/lib/support/env.h \ src/core/lib/support/fork.h \ 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/ref_counted.h \ +src/core/lib/support/ref_counted_ptr.h \ src/core/lib/support/spinlock.h \ src/core/lib/support/string.h \ src/core/lib/support/string_windows.h \ |