2
0
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:
Christopher Kohlhoff
2022-04-06 23:24:39 +10:00
parent 5cda4165b6
commit e618fd4353
2 changed files with 10 additions and 5 deletions

View File

@@ -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 {