575b0f12dc
They render poorly and serve no purpose. #!/bin/bash for FILE in $(git ls-files | grep -E "\.(h|c|lua)" | grep -v tests | grep -v spec); do sed -i 's/^[ ]*--*[ ]*@client /-- @tparam client /g' $FILE done |
||
---|---|---|
.. | ||
client.lua | ||
init.lua |