SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
123 stars 254 forks source link

Fix Javadoc of ParameterizedAssignment #77

Closed TimvdLippe closed 8 years ago

TimvdLippe commented 8 years ago

This correctly renders the example in a code block. Also fixed the @ as the JavaDoc would generate a warning that it could not find these annotations. They should be replaced with the encoded value instead.

Result: image