hoaproject / Devtools

The Hoa\Devtools library.
https://hoa-project.net/
6 stars 6 forks source link

Make `devtools:documentation --directories` smarter #32

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

Related to https://github.com/hoaproject/Central/issues/19.

Currently, the default value for --directories is nothing. So if one would like to generate the documentation for the current library, we need to specify --directories . which is annoying and it does not help when writing documentation.

The default behavior must be smarter by having the current directory by default, so that we no longer need to write --directories .. Any new value could be added or overwrite the default value. I don't have any opinion about it, expect it would be better to overwrite the default value to prevent future BC breaks.

Hywan commented 8 years ago

Fixed by #33.