]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_info_documentation.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / tests / has_info_documentation.c
index 17e4207eeaff856c3cf20b999bc5de02d212320d..aed229340dea38fe4555d8132396515167053d9f 100644 (file)
@@ -123,6 +123,7 @@ static unsigned int has_info_documentation_score(struct manifest *m,
 }
 
 struct ccanlint has_info_documentation = {
+       .key = "info-documentation",
        .name = "Documentation in _info file",
        .total_score = 3,
        .score = has_info_documentation_score,