(Updated 2011 August, 1st)
tag-patterns.txt -- add these
#
0 \\(?:begin|end)\{document\}
1 \\(?:clearpage|newpage)
#0 \\label\{(.+.)\}
4 (\\label\{.+.)\}
5 \\bibleNumeral\{(\d?.*[a-zA-Z].+.\s).+\s([A-Z]{3})\}
#
# QtScript comment single line must be started //%: to be shown in tag tree
0 \s*//%:\s*(.+)
# QtScript function name
1 (\s*function\s.+)\(
# QtScript variable name
1 (\s*var\s.+)
# QtScript const name
1 (\s*const\s.+)
# QtScript with block
1 (\s*with\.*\)\s(.+)
Created with the Personal Edition of HelpNDoc: Free iPhone documentation generator