This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C Doc?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]