From 9dd74dd593a972deba1e796f59bf8f2abe5a1994 Mon Sep 17 00:00:00 2001 From: Santiago Perez De Rosso Date: Thu, 16 Jul 2015 11:35:46 -0400 Subject: [PATCH] add doc for DiffLine --- docs/diff.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/diff.rst b/docs/diff.rst index b46d06aee..3ae769622 100644 --- a/docs/diff.rst +++ b/docs/diff.rst @@ -101,3 +101,12 @@ The DiffStats type .. autoattribute :: pygit2.DiffStats.deletions .. autoattribute :: pygit2.DiffStats.files_changed .. automethod :: pygit2.DiffStats.format + +The DiffLine type +==================== + +.. autoattribute :: pygit2.DiffLine.origin +.. autoattribute :: pygit2.DiffLine.content +.. autoattribute :: pygit2.DiffLine.old_lineno +.. autoattribute :: pygit2.DiffLine.old_lineno +.. autoattribute :: pygit2.DiffLine.num_lines