wppunk / WPPlugin

Boilerplate for WordPress plugin using autoload, coding standard, webpack, PHP/JS tests, etc.
MIT License
146 stars 25 forks source link

Add automatically documentation with phpDocument #15

Open wppunk opened 3 years ago

wppunk commented 3 years ago

Is your feature request related to a problem? Please describe.

Automatically create documentation for WordPress hooks in PHP code. To generate it you can use https://github.com/phpDocumentor/phpDocumentor. To generate it inside the GH Actions:

- name: PhpDocumentor
        uses: gpupo/actions-phpDocumentor@1.0
        with:
          dir: './'