SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

Splitting the method parameter name & description should allow any whitespace #32

Closed Bobnix closed 9 years ago

Bobnix commented 9 years ago

This took me a bit to figure out why the first word of the description kept showing up with the parameter name styling but it seems like ApexDoc is looking for the first space, not just white space. Since I and many I work with like to separate the name and description with a tab, it would be helpful to split on any white space character.