X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhas_examples.c;h=1e4f65c3396cd825b5a619d2608b6b5bd6ce05d9;hb=f9423c171395571f9880286190d9cf63da147668;hp=31afaecf3774fd251061489a3be01532d3dcd29a;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/has_examples.c b/tools/ccanlint/tests/has_examples.c index 31afaec..1e4f65c 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, };