Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: funda007
  • Content: Threads
  • Order by date
  1. funda007

    Adding Doxygen tags to source with a perl script

    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...

Part and Inventory Search

Back
Top