commit:     7388425b08754eb275aeb5f2b97f678b326fa37b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 20:48:23 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 20:56:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7388425b

eclass/findlib: fixup documentation

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 eclass/findlib.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass
index 3a165cfb4b4..aedcc6fad00 100644
--- a/eclass/findlib.eclass
+++ b/eclass/findlib.eclass
@@ -16,6 +16,10 @@
 DEPEND=">=dev-ml/findlib-1.0.4-r1"
 [[ ${FINDLIB_USE} ]] && DEPEND="${FINDLIB_USE}? ( ${DEPEND} )"
 
+# @FUNCTION: check_ocamlfind
+# @DESCRIPTION:
+# Please document me
+
 check_ocamlfind() {
        if [ ! -x "${EPREFIX}"/usr/bin/ocamlfind ]
        then

Reply via email to