Apidoc compilation

This commit is contained in:
Thomas Nagy 2014-10-11 18:57:09 +02:00
parent 037cb7af78
commit 172d5db155
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 0 additions and 5 deletions

View File

@ -131,11 +131,6 @@ TaskGen.before('process_source','process_rule')(TaskGen.process_subst)
from waflib.Task import Task
Task.__dict__['run'].__doc__ = """
Execute the task (executed by threads). Override in subclasses.
:rtype: int
"""
Task.__dict__['post_run'].__doc__ = "Update the cache files (executed by threads). Override in subclasses."