Skip to content
  • Herbert Valerio Riedel's avatar
    Workaround haddock parser error caused by 5e7406d9 · 3b8b826b
    Herbert Valerio Riedel authored
    
    
    Haddock complains if a comment looks like a misplaced Haddock-comment.
    In this case, the comment line starting with `-- *kind* and` looked like a
    section-heading to Haddock and caused the following error:
    
        parse error on input ‘-- *kind* and role of its argument. Luckily, laziness should’
    
    This commit just rewraps the line so that no `*` appear at the start of the
    non-Haddock comment lines.
    
    Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
    3b8b826b