diff options
author | Noah Eisen <ncteisen@gmail.com> | 2017-03-22 08:27:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 08:27:10 -0700 |
commit | 02ee91b7bb8e0bea98b7e002c4097795c8a5da10 (patch) | |
tree | 38f1aa5ae9b998cd7d0b03763d4b1e671b7789b2 /tools | |
parent | 5c42af696daaab38f31886df7e7b374ea6431470 (diff) | |
parent | 4c2e57df9afb9565dfd8c01272b08f24878de01c (diff) |
Merge pull request #10203 from ncteisen/error-ownership-semantics
Add Error Ownership Doc
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doxygen/Doxyfile.core | 1 | ||||
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core index 355029ec9e..e15c157751 100644 --- a/tools/doxygen/Doxyfile.core +++ b/tools/doxygen/Doxyfile.core @@ -771,6 +771,7 @@ doc/compression_cookbook.md \ doc/connection-backoff-interop-test-description.md \ doc/connection-backoff.md \ doc/connectivity-semantics-and-api.md \ +doc/core/grpc-error.md \ doc/core/pending_api_cleanups.md \ doc/cpp-style-guide.md \ doc/environment_variables.md \ diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index db09c40dc3..dba0f4c172 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -771,6 +771,7 @@ doc/compression_cookbook.md \ doc/connection-backoff-interop-test-description.md \ doc/connection-backoff.md \ doc/connectivity-semantics-and-api.md \ +doc/core/grpc-error.md \ doc/core/pending_api_cleanups.md \ doc/cpp-style-guide.md \ doc/environment_variables.md \ |