api_generator
api_generator copied to clipboard
PHPDoc codeblock support inside DocBlocks
Created by rynop, 30th Sep 2011. (originally Lighthouse ticket #48):
Would it be possible to add support for inline PHPDoc 'code' blocks per http://manual.phpdoc.org/HTMLSmartyConverter/HandS/ric_FAQ.html?
in other words support <code> tags inside DocBlocks...
30th Sep 2011, Mark Story said:
There is already support for backtick which is the markdown inline code marker. I guess supporting <code> makes sense too.