mirror of
https://github.com/boostorg/asio.git
synced 2026-01-27 06:32:08 +00:00
Work around code formatting problem in doc generation.
This commit is contained in:
@@ -143,10 +143,12 @@ asynchronous wait. Obviously this means that the completion handler will need
|
||||
to be able to access the timer object. To this end we add two new parameters
|
||||
to the <tt>print</tt> function:
|
||||
|
||||
\li A pointer to a timer object.
|
||||
\li a pointer to a timer object; and
|
||||
|
||||
\li A counter so that we can stop the program when the timer fires for the
|
||||
sixth time.
|
||||
\li a counter so that we can stop the program when the timer fires for the
|
||||
sixth time
|
||||
|
||||
at the end of the parameter list.
|
||||
|
||||
\until {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user