ApexDoc
ApexDoc copied to clipboard
Switch the html file construction over to a templating engine
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.