add doc for DiffLine

This commit is contained in:
Santiago Perez De Rosso
2015-07-16 11:35:46 -04:00
parent c5eae8942d
commit 9dd74dd593

View File

@@ -101,3 +101,12 @@ The DiffStats type
.. autoattribute :: pygit2.DiffStats.deletions .. autoattribute :: pygit2.DiffStats.deletions
.. autoattribute :: pygit2.DiffStats.files_changed .. autoattribute :: pygit2.DiffStats.files_changed
.. automethod :: pygit2.DiffStats.format .. 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