Hi,
I am writing a script to convert my source code of old projects to doxygen format and then use doxygen to create documentation of those projects. So far i have converted my functions headers to doxygen with following commands
sed -i -e 's/^\*/ /g' *.c
sed -i -e 's/^\/\*[\*]*/\/\** /g' *.c...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.