Deleted Added
full compact
914,915c914,915
< * of the diff text of @a hunk. The first line returned is the hunk header.
< * Any subsequent lines are unidiff data (starting with '+', '-', or ' ').
---
> * of the diff text of @a hunk. The hunk header is not returned only the
> * unidiff data lines (starting with '+', '-', or ' ') are returned.
924a925,931
> * @note The hunk header information can be retrievied with the following
> * functions:
> * @see svn_diff_hunk_get_original_start()
> * @see svn_diff_hunk_get_original_length()
> * @see svn_diff_hunk_get_modified_start()
> * @see svn_diff_hunk_get_modified_length()
> *