From 2f653f03c381cd6c4b1c7fc3aa7b25901fc8b47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 28 Dec 2020 10:12:24 +0100 Subject: eclass: [QA] Revert multiple meaningless doc changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny --- eclass/docs.eclass | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'eclass/docs.eclass') diff --git a/eclass/docs.eclass b/eclass/docs.eclass index a8b1549dda36..adacae4abda6 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -118,12 +118,11 @@ case ${DOCS_BUILDER} in ;; esac -# @FUNCTION: python_append_deps +# @FUNCTION: python_append_dep # @DESCRIPTION: # Appends [\${PYTHON_USEDEP}] to all dependencies # for python based DOCS_BUILDERs such as mkdocs or # sphinx. - python_append_deps() { debug-print-function ${FUNCNAME} @@ -333,10 +332,5 @@ 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 -- cgit v1.2.3