#!/bin/sh
find . -type f -exec fix-doxygen-documentation.pl '{}' '{}' ';'
