Hello,
I am about to encode my first project using Nu-Coder, and will be encoding it to a new directory as directed in project properties. There's also an option as to whether or not to leave in PHPDoc comments, and I'm not sure if I would need to or not.
It would definitely cut file sizes, and I won't be using these files for development purposes (for code hinting, etc.). However, I noticed in the manual this section:
Quote: |
Preserve and not strip php-doc comments, useful for reflection |
I am not that familiar with PHP's reflection API, but is this referring to some methods of it that use php doc comments? Or is it referring to functionality within PhpEd?
Just based on what I've written here, is it safe for me to assume I can strip php-doc comments without breaking anything?
Thanks for the help, I'm looking forward to finally deploying an encoded product!
-Eric