Great Thanks feherke for your too quick solutions. Really you made my day.
Thanks again. I just tested it with one of my test file and it worked perfectly. I still have learn sed and awk properly before going to perl:)
Touseef
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.