aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen/Doxyfile.core.internal
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-09 09:34:46 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-09 09:34:46 -0700
commit73b6606629bb65551bc804fa9e96b43ee3aa6583 (patch)
tree5adaac38d40ef5716fd9d1135318257838ce9864 /tools/doxygen/Doxyfile.core.internal
parent8f48d4ed17badb90bff1cd0cc06b22659e543673 (diff)
Workqueue: interface, test, and posix implementation
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r--tools/doxygen/Doxyfile.core.internal5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal
index fdc32c7776..50defad096 100644
--- a/tools/doxygen/Doxyfile.core.internal
+++ b/tools/doxygen/Doxyfile.core.internal
@@ -840,6 +840,9 @@ src/core/iomgr/time_averaged_stats.h \
src/core/iomgr/udp_server.h \
src/core/iomgr/wakeup_fd_pipe.h \
src/core/iomgr/wakeup_fd_posix.h \
+src/core/iomgr/workqueue.h \
+src/core/iomgr/workqueue_posix.h \
+src/core/iomgr/workqueue_windows.h \
src/core/json/json.h \
src/core/json/json_common.h \
src/core/json/json_reader.h \
@@ -970,6 +973,8 @@ src/core/iomgr/wakeup_fd_eventfd.c \
src/core/iomgr/wakeup_fd_nospecial.c \
src/core/iomgr/wakeup_fd_pipe.c \
src/core/iomgr/wakeup_fd_posix.c \
+src/core/iomgr/workqueue_posix.c \
+src/core/iomgr/workqueue_windows.c \
src/core/json/json.c \
src/core/json/json_reader.c \
src/core/json/json_string.c \