argpar.h: doc: match the style of `README.adoc`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 17:04:31 +0000 (13:04 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 19:00:50 +0000 (15:00 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Iec00597db1f2f90d13ac2bbe7611d1969e588104

argpar/argpar.h

index f8575c8ebca9db16e28638424af5cd2cbe265301..498bb2aeb892f88fc25918f42744dbfcaa090c9a 100644 (file)
@@ -101,14 +101,14 @@ example, that for:
 
 argpar_iter_next() produces the following items, in this order:
 
--# Option item (<code>\--hello</code>).
--# Option item (<code>\--count</code> with argument <code>23</code>).
--# Non-option item (<code>/path/to/file</code>).
--# Option item (<code>-a</code>).
--# Option item (<code>-b</code>).
--# Option item (<code>\--type</code> with argument <code>file</code>).
--# Non-option item (<code>\--</code>).
--# Non-option item (<code>magie</code>).
+-# Option item: <code>\--hello</code>.
+-# Option item: <code>\--count</code> with argument <code>23</code>.
+-# Non-option item: <code>/path/to/file</code>.
+-# Option item: <code>-a</code>.
+-# Option item: <code>-b</code>.
+-# Option item: <code>\--type</code> with argument <code>file</code>.
+-# Non-option item: <code>\--</code>.
+-# Non-option item: <code>magie</code>.
 */
 
 /*
This page took 0.024334 seconds and 4 git commands to generate.