From 5f91e34dcdf6a0bc0b893caccb03c389a1b163d6 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 21 Apr 2020 12:22:03 +0200 Subject: [PATCH] eclass/docs: fix comment Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- eclass/docs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index b97f346eb5..e5374477dc 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -266,9 +266,9 @@ doxygen_setup() { ${DOCDEPEND}" } -# @FUNCTION: mkdocs_compile +# @FUNCTION: doxygen_compile # @DESCRIPTION: -# Calls mkdocs to build docs. +# Calls doxygen to build docs. # # If you overwrite src_compile or python_compile_all # do not call this function, call docs_compile instead