actube/src/cw/doxyfilter

6 lines
79 B
Bash
Executable File

#!/bin/sh
cat $1 | sed 's/@endcomment/*\//g' | sed 's/@startcomment/\/*/g'