mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Apidoc compilation
This commit is contained in:
parent
037cb7af78
commit
172d5db155
@ -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."
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user