Ensure stopwatch __enter__, __exit__ are in docs

People typically want to know if this can be used as a
context manager (it can); so make sure that the generated
docs explicitly shows them (vs not showing them, which is
the default).

Change-Id: I97d512afc79581478a5b7e734108c38635b79f45
This commit is contained in:
Joshua Harlow 2015-10-01 13:00:51 -07:00
parent 24d8950080
commit 19605725ec

View File

@ -4,3 +4,4 @@
.. automodule:: oslo_utils.timeutils
:members:
:special-members: __enter__, __exit__