2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

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

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."