mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
12 lines
233 B
Bash
Executable file
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
|