From: Philippe Proulx Date: Fri, 15 Mar 2024 17:04:31 +0000 (-0400) Subject: argpar.h: doc: match the style of `README.adoc` X-Git-Url: http://git.efficios.com/?p=argpar.git;a=commitdiff_plain;h=dd21499c3e149847a18ca1d26276bd0db2e5fd2d argpar.h: doc: match the style of `README.adoc` Signed-off-by: Philippe Proulx Change-Id: Iec00597db1f2f90d13ac2bbe7611d1969e588104 --- diff --git a/argpar/argpar.h b/argpar/argpar.h index f8575c8..498bb2a 100644 --- a/argpar/argpar.h +++ b/argpar/argpar.h @@ -101,14 +101,14 @@ example, that for: argpar_iter_next() produces the following items, in this order: --# Option item (\--hello). --# Option item (\--count with argument 23). --# Non-option item (/path/to/file). --# Option item (-a). --# Option item (-b). --# Option item (\--type with argument file). --# Non-option item (\--). --# Non-option item (magie). +-# Option item: \--hello. +-# Option item: \--count with argument 23. +-# Non-option item: /path/to/file. +-# Option item: -a. +-# Option item: -b. +-# Option item: \--type with argument file. +-# Non-option item: \--. +-# Non-option item: magie. */ /*