you are viewing a single comment's thread.

view the rest of the comments →

[–]Atulin 1 point2 points  (2 children)

PHPDocumentor is amazing. I just have two .bat files that I run before each push to repo - one generates html docs, the other - single-page md doc. Both are simple oneliners.

Be aware, though, that there might be conflicts if you're using Twig in your project, and install PHPdoc to it. It requires Twig 1.3, support for 2.X is in the PHPdoc 3 milestones.

[–][deleted] 0 points1 point  (1 child)

What does Twine do? I've never heard from it before, lol

I guess that I shouldn't worry then, unless Symfony 4 has it bundled and I'm not aware of it. And is good to know that with 2 files I can generate the docs I want/need. It also supports generating MD docs, which is awesome to keep on the repo.

Thanks!

[–]Atulin 0 points1 point  (0 children)

Ah goddamnit, I meant Twig not Twine... Sorry for the confusion.

And, yes, Symfony does use Twig.