Ticket Details

li3_docs doesn't play well with **/

BUG Ticket (closed)

###What happened:
- When a doc block gets closed by \*\*/ instead of \*/, li3_docs displays a \*/ at the end of the doc block

example: lithium\console\\__destruct()

###What was expected:
- it should treat \*\*/ and \*/ the same way

on 08.31.10 reported by: ddebernardy owned by: nate

Updates

on 08.31.10 by ddebernardy
  • type was changed to bug
(fixed) on 09.20.10 by nate
  • owner was changed to nate
  • status was changed to closed
  • resolution was changed to fixed
This was a bug in the core `Docblock` class that has been fixed. Thanks for the report.