commit | 4922e876923d62081c51c5971e282803414317c1 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Fri Jan 25 17:12:55 2019 +0100 |
committer | Laurent Le Brun <laurentlb@gmail.com> | Fri Jan 25 11:12:55 2019 -0500 |
tree | 503971239e68973432af25ef10117f3feb0f7808 | |
parent | 82fdbfe797c6591d8732df0c0389a2b1c3e50992 [diff] |
Fix and enable tests on Windows (#149) * Fix and enable tests on Windows * Debug * Try to fix rm -rf /tmp * remove debug code
Skydoc is a documentation generator for Bazel build rules written in Skylark.
Skydoc provides a Skylark rule (skylark_doc
) that can be used to build documentation for Skylark rules in either Markdown or HTML. Skydoc generates one documentation page per .bzl
file.
NOTE: skylark_library
's implementation has moved to Skylib.