projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a560351
)
tools: "See Also:" can be a section in documentation, so allow it.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 6 Oct 2010 14:25:14 +0000
(
00:55
+1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 6 Oct 2010 14:25:14 +0000
(
00:55
+1030)
tools/doc_extract-core.c
patch
|
blob
|
history
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;