The strbuf_split() family of functions was completely undocumented.
Add documentation and also simplify the definition of
strbuf_split_buf().
Michael Haggerty (4):
strbuf_split_buf(): use ALLOC_GROW()
strbuf_split_buf(): simplify iteration
strbuf_split*(): rename "delim" parameter to "terminator"
strbuf_split*(): document functions
Documentation/technical/api-strbuf.txt | 16 ++++++++++++
strbuf.c | 39 ++++++++++++---------------
strbuf.h | 48 +++++++++++++++++++++++++++++-----
3 files changed, 74 insertions(+), 29 deletions(-)
--
1.8.0