r214412 - Reformat docstring to 80-col
Eli Bendersky
eliben at google.com
Thu Jul 31 11:12:17 PDT 2014
Author: eliben
Date: Thu Jul 31 13:12:17 2014
New Revision: 214412
URL: http://llvm.org/viewvc/llvm-project?rev=214412&view=rev
Log:
Reformat docstring to 80-col
Modified:
cfe/trunk/bindings/python/clang/cindex.py
Modified: cfe/trunk/bindings/python/clang/cindex.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/bindings/python/clang/cindex.py?rev=214412&r1=214411&r2=214412&view=diff
==============================================================================
--- cfe/trunk/bindings/python/clang/cindex.py (original)
+++ cfe/trunk/bindings/python/clang/cindex.py Thu Jul 31 13:12:17 2014
@@ -1176,9 +1176,9 @@ class Cursor(Structure):
"""
Return the display name for the entity referenced by this cursor.
- The display name contains extra information that helps identify the cursor,
- such as the parameters of a function or template or the arguments of a
- class template specialization.
+ The display name contains extra information that helps identify the
+ cursor, such as the parameters of a function or template or the
+ arguments of a class template specialization.
"""
if not hasattr(self, '_displayname'):
self._displayname = conf.lib.clang_getCursorDisplayName(self)
More information about the cfe-commits
mailing list