X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=inline;f=tools%2Fccanlint%2Ftests%2Fhas_examples.c;h=1e4f65c3396cd825b5a619d2608b6b5bd6ce05d9;hb=f9423c171395571f9880286190d9cf63da147668;hp=31afaecf3774fd251061489a3be01532d3dcd29a;hpb=ca951c94fba731b878f5bb3f81bb99c397dc4e12;p=ccan diff --git a/tools/ccanlint/tests/has_examples.c b/tools/ccanlint/tests/has_examples.c index 31afaecf..1e4f65c3 100644 --- a/tools/ccanlint/tests/has_examples.c +++ b/tools/ccanlint/tests/has_examples.c @@ -110,8 +110,8 @@ static void extract_examples(struct manifest *m, } struct ccanlint has_examples = { - .key = "has-examples", - .name = "_info and header files have examples", + .key = "examples_exist", + .name = "_info and main header file have Example: sections", .check = extract_examples, };