C Doc?

raf raf@comdyn.com.au
Mon Apr 6 17:20:00 GMT 1998


Carlos wrote:

>Hi, Do you know some program that make a document like javadoc, but for
>a C programm??, I really need something like that because I'm porting a
>very big daemon to Windows, so I need to know exactly what function
>calls, and structures are used in the program.

nothing will automatically document code for you :)

if you just need to know where everything is used and defined,
try ctags (comes with vim http://www/vim.org ) and
id-utils (from gnu http://www.gnu.org/order/ftp.html ).

ctags tells you where everything is defined.
id-utils tells you where everything is.


raf

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list