Merge branch 'jk/strbuf-doc-to-header'
commite2a318f796fa22f71051f48b712da3884cbc9374
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 23:40:10 +0000 (25 15:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 23:40:11 +0000 (25 15:40 -0800)
tree010a88483a96f8f76a09d29b5b8608602542a6a7
parent50e1ba5050d56cb19be8eca323935757461597af
parentd468fa2721d1ff918c0991e9e1f762872b3f82ae
Merge branch 'jk/strbuf-doc-to-header'

The strbuf API was explained between the API documentation and in
the header file.  Move missing bits to strbuf.h so that programmers
can check only one place for all necessary information.

* jk/strbuf-doc-to-header:
  strbuf.h: group documentation for trim functions
  strbuf.h: drop boilerplate descriptions of strbuf_split_*
  strbuf.h: reorganize api function grouping headers
  strbuf.h: format asciidoc code blocks as 4-space indent
  strbuf.h: drop asciidoc list formatting from API docs
  strbuf.h: unify documentation comments beginnings
  strbuf.h: integrate api-strbuf.txt documentation