Menu

#152 Verilog ctags incorrectly handles multi-line comments

closed-fixed
nobody
None
5
2007-05-27
2006-12-13
No

The Verilog language support in ctags incorrectly handles multi-line comments that contain a '*' character. A common occurrence is the comment block:

/*******************************************
* This is my comment block
*******************************************/

I've attached a patch against ctags-5.6

Discussion

  • Matthew Ballance

    Patch to fix bug in multi-line verilog comments

     
  • Elliott Hughes

    Elliott Hughes - 2007-05-27
    • status: open --> closed-fixed
     
  • Elliott Hughes

    Elliott Hughes - 2007-05-27

    Logged In: YES
    user_id=1127237
    Originator: NO

    fixed by using the C parser's block comment skipper.

     

Log in to post a comment.