Skip to content

Commit

Permalink
Regenerate documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Aug 19, 2019
1 parent 855e80a commit 0a52abc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions asio/src/doc/reference.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`` [''''&raquo;''' [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;
`` [''''&raquo;''' [link asio.reference.basic_serial_port.get_option.overload2 more...]]``


Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit 0a52abc

Please sign in to comment.