jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
233 stars 56 forks source link

Add Option to Process only Multi Line Comments #58

Closed jasonseney closed 10 years ago

jasonseney commented 10 years ago

For some projects, inline comments are more clear when adjacent to the code linearly. This pull request adds an optional flag to process only multi line comments and leave inline comments in the code.

The default is false, to be consistent with current usage.

Example:

/**
 * This comment will get processed and documented.
 */

// This comment will remain in the code and NOT documented.
jbt commented 10 years ago

Right, really sorry for neglecting this PR for so long - looks good so I'll get that merged in today!

jasonseney commented 10 years ago

No worries, glad we could get it merged in! :+1: