cppannotations/annotations/scripts/patchlatexidx
2017-06-07 16:59:56 +02:00

12 lines
233 B
Bash
Executable file

#!/bin/bash
# not used anymore. previously called from ~/icmake/docs
# sed '
# s/"/\\"/g
# s/!/$!$/g
# s/</\$<\$/g
# s/>/\$>\$/g
# ' cplusplus${1}.ind > cplusplus.ind.out
#
# mv cplusplus.ind.out cplusplus${1}.ind