#!/bin/bash | |
# ----------------------------------------------------------------------------- | |
# Builds the aggregate ONOS Java API docs. | |
# ----------------------------------------------------------------------------- | |
SHLVL=1 bazel build //docs:external //docs:internal |