tests/test-argpar.c: use fancy bullet points in comments
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 17:30:03 +0000 (13:30 -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: I7ca5c168822b8fc57769d485f3f5da710387c31d

tests/test-argpar.c

index cb510324340a46ca9d787f581083a0fe09b12c38..b1b45398592ca7eb052841d1a5e287a58fee8bf0 100644 (file)
@@ -32,9 +32,9 @@
  *
  * This function:
  *
- * * Prefers the `--long-opt=arg` style over the `-s arg` style.
+ *  Prefers the `--long-opt=arg` style over the `-s arg` style.
  *
- * * Uses the `arg<A,B>` form for non-option arguments, where `A` is the
+ *  Uses the `arg<A,B>` form for non-option arguments, where `A` is the
  *   original argument index and `B` is the non-option argument index.
  */
 static
@@ -512,16 +512,16 @@ void succeed_tests(void)
  * `descrs`, and ensures that argpar_iter_next() fails with status
  * `expected_status` and that it sets an error having:
  *
- * * The original argument index `expected_orig_index`.
+ *  The original argument index `expected_orig_index`.
  *
- * * If applicable:
+ *  If applicable:
  *
- *   * The unknown option name `expected_unknown_opt_name`.
+ *    The unknown option name `expected_unknown_opt_name`.
  *
- *   * The option descriptor at index `expected_opt_descr_index` of
+ *    The option descriptor at index `expected_opt_descr_index` of
  *     `descrs`.
  *
- *   * The option type `expected_is_short`.
+ *    The option type `expected_is_short`.
  *
  * This function splits `cmdline` on spaces to create an original
  * argument array.
This page took 0.023588 seconds and 4 git commands to generate.