diff options
author | Tomek Mrugalski <tomek@isc.org> | 2022-07-08 17:32:40 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2022-07-21 11:00:54 +0200 |
commit | 7a9388fd98fa9184d447465fef7a12063609cbe5 (patch) | |
tree | bdafb32a8846204d9412ed8c12ce30e8176400bc /src/lib/http | |
parent | [#2454] doxygen tags added (diff) | |
download | kea-7a9388fd98fa9184d447465fef7a12063609cbe5.tar.xz kea-7a9388fd98fa9184d447465fef7a12063609cbe5.zip |
[#2454] More Doxygen warnings fixed
Diffstat (limited to 'src/lib/http')
-rw-r--r-- | src/lib/http/http_thread_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/http_thread_pool.h b/src/lib/http/http_thread_pool.h index aa457dc0b7..e6caf4693e 100644 --- a/src/lib/http/http_thread_pool.h +++ b/src/lib/http/http_thread_pool.h @@ -37,7 +37,7 @@ public: /// @param pool_size Maximum number of threads in the pool. Currently the /// number of threads is fixed at this value. /// @param defer_start If true, creation of the threads is deferred until - /// a subsequent call to @ref start(). In this case the pool's operational + /// a subsequent call to @ref run(). In this case the pool's operational /// state post construction is STOPPED. If false, the constructor will /// invoke run() to transition the pool into the RUNNING state. HttpThreadPool(asiolink::IOServicePtr io_service, size_t pool_size, |