commit:     80ed09bc9b1b3f0050a2af9d305e89daa1c6a7c2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 22:44:00 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 23:13:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ed09bc

eclass/bazel: fixup documentation

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

 eclass/bazel.eclass | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass
index 854b740db4f..493e2d4593d 100644
--- a/eclass/bazel.eclass
+++ b/eclass/bazel.eclass
@@ -24,6 +24,11 @@ case "${EAPI:-0}" in
                ;;
 esac
 
+# @VARIABLE: _BAZEL_ECLASS
+# @INTERNAL
+# @DESCRIPTION:
+# Please document me
+
 if [[ ! ${_BAZEL_ECLASS} ]]; then
 
 inherit multiprocessing toolchain-funcs

Reply via email to