Loading jobs/phpdocumentor/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ Build a complete HTML documentation based on a PHP Project using [DocBlocks](htt | Name | Description | Default | | ---- | ----------- | ------- | | `PHPDOC_OUTPUT`<img width=100/> | Output directory path<img width=175/> | `/phpdoc_build` <img width=100/>| | `PHPDOC_OUTPUT`<img width=100/> | Output directory path<img width=175/> | `/documentation_build` <img width=100/>| | `PHPDOC_CONFIG_FILE` | Specific `phpdoc.dist.xml` file to use | ` ` | | `PHPDOC_TITLE` | Custom title for documentation | ` ` | | `PHPDOC_VERBOSITY` | Print more logs in the job | ` ` | Loading jobs/phpdocumentor/phpdocumentor.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ phpdocumentor: entrypoint: [""] stage: build variables: PHPDOC_OUTPUT: "phpdoc_build/" PHPDOC_OUTPUT: "documentation_build/" PHPDOC_CONFIG_FILE: "" PHPDOC_TITLE: "" PHPDOC_VERBOSITY: "" Loading Loading
jobs/phpdocumentor/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ Build a complete HTML documentation based on a PHP Project using [DocBlocks](htt | Name | Description | Default | | ---- | ----------- | ------- | | `PHPDOC_OUTPUT`<img width=100/> | Output directory path<img width=175/> | `/phpdoc_build` <img width=100/>| | `PHPDOC_OUTPUT`<img width=100/> | Output directory path<img width=175/> | `/documentation_build` <img width=100/>| | `PHPDOC_CONFIG_FILE` | Specific `phpdoc.dist.xml` file to use | ` ` | | `PHPDOC_TITLE` | Custom title for documentation | ` ` | | `PHPDOC_VERBOSITY` | Print more logs in the job | ` ` | Loading
jobs/phpdocumentor/phpdocumentor.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ phpdocumentor: entrypoint: [""] stage: build variables: PHPDOC_OUTPUT: "phpdoc_build/" PHPDOC_OUTPUT: "documentation_build/" PHPDOC_CONFIG_FILE: "" PHPDOC_TITLE: "" PHPDOC_VERBOSITY: "" Loading