diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-07-10 07:46:03 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-07-10 07:46:03 -0700 |
commit | 2e622bc16a946f62a8feb494eba0c74fd2bb6f0d (patch) | |
tree | 7f2ecb8ffcd193c5dd0bf77fa1a7c0c8aba8d3aa /tools/doxygen/Doxyfile.core.internal | |
parent | b652fc0d172e0eb1023282fa6ee24eb41cbbea85 (diff) |
Add a version string and a function to retrieve it
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 ac411e3c02..f11df21388 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -985,6 +985,7 @@ src/core/surface/server.c \ src/core/surface/server_chttp2.c \ src/core/surface/server_create.c \ src/core/surface/surface_trace.c \ +src/core/surface/version.c \ src/core/transport/chttp2/alpn.c \ src/core/transport/chttp2/bin_encoder.c \ src/core/transport/chttp2/frame_data.c \ |