Mail Archives: cygwin/1998/04/07/07:21:00
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -