mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 00:41:10 +02:00
7 lines
268 B
Bash
Executable File
7 lines
268 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# Builds the aggregate ONOS Java API docs.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
SHLVL=1 bazel build //docs:external //docs:internal
|