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

Switch the html file construction over to a templating engine #33

Open Bobnix opened 9 years ago

Bobnix commented 9 years ago

Right now, html for the pages is constructed using string concatenation. Not only can this be expensive but it makes handling issues and enhancements on the page more difficult than it needs to be. I propose using a templating engine to separate the html from the logic.