projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tools: "See Also:" can be a section in documentation, so allow it.
[ccan]
/
tools
/
doc_extract-core.c
diff --git
a/tools/doc_extract-core.c
b/tools/doc_extract-core.c
index f3666e59924926aeed86bec1478fad53e1f6eb56..829d34778f4dee7afce10c36d4f8c541d4b60a04 100644
(file)
--- a/
tools/doc_extract-core.c
+++ b/
tools/doc_extract-core.c
@@
-54,7
+54,7
@@
static bool is_section(const char *line, bool one_liner)
if (!isupper(line[0]))
return false;
- len = strspn(line, IDENT_CHARS);
+ len = strspn(line, IDENT_CHARS
" "
);
if (line[len] != ':')
return false;