aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-04-21 12:22:03 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-04-21 12:22:03 +0200
commit5f91e34dcdf6a0bc0b893caccb03c389a1b163d6 (patch)
treec17e0c76f55a924166ce833c5523c727b0144129 /eclass
parenteclass/docs: add doxygen support (diff)
downloadguru-5f91e34dcdf6a0bc0b893caccb03c389a1b163d6.tar.gz
guru-5f91e34dcdf6a0bc0b893caccb03c389a1b163d6.tar.bz2
guru-5f91e34dcdf6a0bc0b893caccb03c389a1b163d6.zip
eclass/docs: fix comment
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/docs.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/docs.eclass b/eclass/docs.eclass
index b97f346eb..e5374477d 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