From 0a52abce85ab83b920cc7257d8a2703fe69bc79c Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Tue, 6 Aug 2019 19:21:00 +1000 Subject: [PATCH] Regenerate documentation. --- asio/src/doc/reference.qbk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/asio/src/doc/reference.qbk b/asio/src/doc/reference.qbk index 6d0001742d..bd352d4832 100644 --- a/asio/src/doc/reference.qbk +++ b/asio/src/doc/reference.qbk @@ -27827,14 +27827,14 @@ Get an option from the serial port. template< typename ``[link asio.reference.GettableSerialPortOption GettableSerialPortOption]``> void ``[link asio.reference.basic_serial_port.get_option.overload1 get_option]``( - GettableSerialPortOption & option); + GettableSerialPortOption & option) const; `` [''''»''' [link asio.reference.basic_serial_port.get_option.overload1 more...]]`` template< typename ``[link asio.reference.GettableSerialPortOption GettableSerialPortOption]``> void ``[link asio.reference.basic_serial_port.get_option.overload2 get_option]``( GettableSerialPortOption & option, - asio::error_code & ec); + asio::error_code & ec) const; `` [''''»''' [link asio.reference.basic_serial_port.get_option.overload2 more...]]`` @@ -27847,7 +27847,7 @@ Get an option from the serial port. template< typename ``[link asio.reference.GettableSerialPortOption GettableSerialPortOption]``> void get_option( - GettableSerialPortOption & option); + GettableSerialPortOption & option) const; This function is used to get the current value of an option on the serial port. @@ -27890,7 +27890,7 @@ Get an option from the serial port. typename ``[link asio.reference.GettableSerialPortOption GettableSerialPortOption]``> void get_option( GettableSerialPortOption & option, - asio::error_code & ec); + asio::error_code & ec) const; This function is used to get the current value of an option on the serial port. @@ -89565,7 +89565,7 @@ Trait to determine whether a type satisfies the DynamicBuffer requirements. struct is_dynamic_buffer -If `ASIO_NO_DYNAMIC_BUFFER_V1` is not defined, determines whether the type satisfies the DynamicBuffer\_v1 requirements. Otherwise, if `ASIO_NO_DYNAMIC_BUFFER_V1` is defined, determines whether the type satisfies the DynamicBuffer\_v1 requirements. +If `ASIO_NO_DYNAMIC_BUFFER_V1` is not defined, determines whether the type satisfies the DynamicBuffer\_v1 requirements. Otherwise, if `ASIO_NO_DYNAMIC_BUFFER_V1` is defined, determines whether the type satisfies the DynamicBuffer\_v2 requirements. [heading Requirements]