You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download the PHAR file directly from [here](https://github.com/lluiscamino/phpDoc2pdf/releases).
33
17
34
18
### Usage
35
19
36
-
Go into the ``src/application`` directory and run this command:
20
+
Use the following command to generate the documentation:
37
21
38
22
```bash
39
-
php createDocs.php create INPUTOUTPUT
23
+
php phpDoc2pdf.phar create <INPUT><OUTPUT>
40
24
```
41
25
42
-
Replace ``INPUT`` with the PHP file or directory that you want to document and ``OUTPUT`` with the directory where documentation will be generated.
26
+
Replace ``<INPUT>`` with the PHP file or directory that you want to document and ``<OUTPUT>`` with the directory where the documentation will be saved.
43
27
44
28
## Built With
45
29
@@ -60,7 +44,7 @@ All contributions are welcome, please see the To-do list below or suggest someth
60
44
-[x] Add markdown support
61
45
-[x] Add templates system
62
46
-[ ] Separate generated docs into different subdirectories
63
-
-[] Make installation and usage simpler
47
+
-[x] Make installation and usage simpler
64
48
-[ ] Include phpDocBlock types on method arguments
0 commit comments