phpDocumentor.sh 292 B

12345678910
  1. #!/bin/bash
  2. # SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. wget https://phpdoc.org/phpDocumentor.phar
  5. mkdir -p api/
  6. php phpDocumentor.phar --target=./api --directory=./lib/public --title="Nextcloud PHP API ($BRANCH)"