Thomas Vachuska | 4533149 | 2014-10-31 11:08:11 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # ----------------------------------------------------------------------------- |
Thomas Vachuska | bec79b9 | 2018-08-07 11:42:17 -0700 | [diff] [blame] | 3 | # Builds the aggregate ONOS Java API docs. |
Thomas Vachuska | 4533149 | 2014-10-31 11:08:11 -0700 | [diff] [blame] | 4 | # ----------------------------------------------------------------------------- |
| 5 | |
Thomas Vachuska | bec79b9 | 2018-08-07 11:42:17 -0700 | [diff] [blame] | 6 | SHLVL=1 bazel build //docs:external //docs:internal |