[Intel-gfx] [PATCH i-g-t 1/3] lib: avoid < in gtkdoc comments
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Tue Dec 5 09:30:23 UTC 2017
On Mon, 2017-12-04 at 21:48 +0100, Daniel Vetter wrote:
> For reasons entirely not clear to me meson gtkdoc runs in strict
> xml parsing mode, whereas automake gtkdoc doesn't. And gtkdoc itself
> is tooooooooo dense to correctly escape this stuff.
>
> Paper around this.
>
> v2: {foo} instead of of tripy <foo> (Joonas)
>
> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
<SNIP>
> +++ b/lib/igt_core.c
> @@ -167,10 +167,10 @@
> * test logic.
> *
> * - When adding a new feature test function which uses igt_skip() internally,
> - * use the <prefix>_require_<feature_name> naming scheme. When you
> + * use the {prefix}_require_{feature_name} naming scheme. When you
> * instead add a feature test function which returns a boolean, because your
> * main test logic must take different actions depending upon the feature's
> - * availability, then instead use the <prefix>_has_<feature_name>.
> + * availability, then instead use the {prefix}_has_<feature_name>.
Umm, should've used 'g' option :P
Regards, Joonas
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
More information about the Intel-gfx
mailing list