mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-03 16:31:52 +01: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
|