![]() |
Returns true if docs generation should be skipped for this object.
tfdocs.doc_controls.should_skip(
obj
) -> bool
Checks for the do_not_generate_docs
or do_not_doc_inheritable
decorators.
Args | |
---|---|
obj
|
The object to document, or skip. |
Returns | |
---|---|
True if the object should be skipped |