diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 15:44:44 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 15:56:57 -0500 |
commit | ff3ddb32cf75fe71366198bc9c2a6abb5f770eb2 (patch) | |
tree | fb63e1d8e244757df13704933b877110268ec249 /eclass/docs.eclass | |
parent | eclass/cvs: fixup documentation (diff) | |
download | gentoo-ff3ddb32cf75fe71366198bc9c2a6abb5f770eb2.tar.gz gentoo-ff3ddb32cf75fe71366198bc9c2a6abb5f770eb2.tar.bz2 gentoo-ff3ddb32cf75fe71366198bc9c2a6abb5f770eb2.zip |
eclass/docs: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/docs.eclass')
-rw-r--r-- | eclass/docs.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/docs.eclass b/eclass/docs.eclass index adacae4abda6..a8b1549dda36 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -118,11 +118,12 @@ case ${DOCS_BUILDER} in ;; esac -# @FUNCTION: python_append_dep +# @FUNCTION: python_append_deps # @DESCRIPTION: # Appends [\${PYTHON_USEDEP}] to all dependencies # for python based DOCS_BUILDERs such as mkdocs or # sphinx. + python_append_deps() { debug-print-function ${FUNCNAME} @@ -332,5 +333,10 @@ if [[ ${_DISTUTILS_R1} && ( ${DOCS_BUILDER}="mkdocs" || ${DOCS_BUILDER}="sphinx" python_compile_all() { docs_compile; } fi +# @ECLASS-VARIABLE: _DOCS +# @INTERNAL +# @DESCRIPTION: +# Please document + _DOCS=1 fi |