From fbe96cc68fad87366e74ad819b4565f8598d65de Mon Sep 17 00:00:00 2001 From: Luke Aguilar Date: Sat, 13 Jan 2024 22:34:58 +1100 Subject: [PATCH] Added docstring --- MODULE.bazel | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MODULE.bazel b/MODULE.bazel index ba7735c..ac63f92 100755 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,3 +1,9 @@ +""" +Hey there! This module is from https://github.com/dynacondev/boost.rules.tools +This module has some essential functions in tools.bzl and the BUILD.bazel file which are used by ALL the Boost libraries in the Bazel Central Registry +It also has the super_tool.py which is essential for making changes to the Bazel modules. Check out the repo for instructions! +""" + module( name = "boost.rules.tools", version = "1.0.0",