Skip to content
  • Jiri Techet's avatar
    Add script for pretty-printing geany tags files · 4753344c
    Jiri Techet authored
    This script reads  Geany binary tags files from stdin and writes
    to stdout a file where each of the tags is followed by a line where
    the tag is printed in the following human-readable form:
    
    tag_type:   return_value scope :: tag_name(arglist)   additional_stuff
    
    Especially the tag_type is currently hard to understand when looking at
    unit tests and easy to miss if there's a problem.
    4753344c