#533: headerizer not headerizing src/gc/gc_malloc.c
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:     
     Type:  bug     |      Status:  new
 Priority:  normal  |   Milestone:     
Component:  none    |     Version:     
 Severity:  medium  |    Keywords:     
     Lang:          |       Patch:     
 Platform:          |  
--------------------+-------------------------------------------------------
 t/codingstd/c_function_docs.t tries to check all the .c/.h files in the
 repository, including src/gc/gc_malloc.c, which currently fails the doc
 test

 However, 'make headerizer' should be updating the function documentation
 in this file, and it's not (The docs are there, but the signature is
 slightly malformed, and headerizer isn't updating it.)

 The file seems to contain headerizer directives, so I'd expect it to
 update the function docs here as it does for other files.

 There may be more files of this type (with headerizer directives that
 aren't getting func docs updated), so this may help eliminate several
 remaining TODOs in t/codingstd/c_function_docs.t

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/533>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to