Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > javadoc like

Reply
Thread Tools

javadoc like

 
 
Mike Wahler
Guest
Posts: n/a
 
      02-09-2004
"stef" <> wrote in message
news:c07jdv$gvt$...
> Hi...
>
> I would like to use a free tool like javadoc... for pure C of course
> but even on google the choice isn't terrible ?
>
> what kind of tools do you use ?


Try :
www.doxygen.org

-Mike


 
Reply With Quote
 
 
 
 
Denis Pithon
Guest
Posts: n/a
 
      02-09-2004

> Try :
> www.doxygen.org
>
> -Mike
>


Personnaly, I try it (for C) and I'm not really convince...
Doxygen seems to be for OO programming, not really for pure C style
programming. Unfortunately I do not know another documentation system
really designed for C language. I anyone does...

Denis


 
Reply With Quote
 
 
 
 
Christopher Benson-Manica
Guest
Posts: n/a
 
      02-09-2004
Mike Wahler <> spoke thus:

> www.doxygen.org


Perhaps this URL should be included in the FAQ, given the number of
times this exact question comes up?

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
 
Reply With Quote
 
Stig Brautaset
Guest
Posts: n/a
 
      02-09-2004
Denis Pithon <> wrote:
>> www.doxygen.org

>
> Personnaly, I try it (for C) and I'm not really convince...


I'm (ab)using it for C too. It works very well for me.

> Doxygen seems to be for OO programming, not really for pure C style
> programming. Unfortunately I do not know another documentation system
> really designed for C language. I anyone does...


It does have an "optimise for C" setting, though I agree it is a bit
strange that doxygen persists in calling my structs "classes" even when
this is set.

Stig
--
brautaset.org
 
Reply With Quote
 
stef
Guest
Posts: n/a
 
      02-09-2004
Hi...

I would like to use a free tool like javadoc... for pure C of course
but even on google the choice isn't terrible ?

what kind of tools do you use ?

thanx...


stef





 
Reply With Quote
 
David =?ISO-8859-15?Q?Garc=EDa?=
Guest
Posts: n/a
 
      02-09-2004
Stig Brautaset tuvo a bien escribir...

> Denis Pithon <> wrote:
>>> www.doxygen.org

>>
>> Personnaly, I try it (for C) and I'm not really convince...

>
> I'm (ab)using it for C too. It works very well for me.
>
>> Doxygen seems to be for OO programming, not really for pure C style
>> programming. Unfortunately I do not know another documentation system
>> really designed for C language. I anyone does...

>
> It does have an "optimise for C" setting, though I agree it is a bit
> strange that doxygen persists in calling my structs "classes" even when
> this is set.
>
> Stig


If it does not exist why don't code it ?

A doc system oriented to pure C (i think it would be a really good idea)

Greetings
--
El verdadero sentido de la vida:

"Cuñaaaaaaaoooooo!!!!
Juan Joya "El Risitas"
 
Reply With Quote
 
Darrell Grainger
Guest
Posts: n/a
 
      02-10-2004
On Mon, 9 Feb 2004, stef wrote:

> Hi...
>
> I would like to use a free tool like javadoc... for pure C of course
> but even on google the choice isn't terrible ?
>
> what kind of tools do you use ?


I was going to suggest BumbleBee but when I checked the URL it is gone and
someone is trying to sell the address.

Someone has suggested Doxygen (that would have been my second choice since
as noted it is more C/C++ then pure C).

A quick search produced DocJet and NDoc as well. Check out
http://www.tall-tree.com/home.php4. This is the site for DocJet. It has a
comparison of DocJet, Doxygen, JavaDoc and NDoc.

I have also heard of CWeb. There are newsgroups dedicated to it. It is
sort of like TeX for C programming. This might be overkill for what
you are looking for. TeX is a typesetting language. Check out
http://www-cs-faculty.stanford.edu/~knuth/cweb.html for more information.

--
Send e-mail to: darrell at cs dot toronto dot edu
Don't send e-mail to
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add JavaDoc (Java API) to Eclipse Help system Hannes Heckner Java 5 07-22-2009 01:11 PM
object-like macro used like function-like macro Patrick Kowalzick C++ 5 03-14-2006 03:30 PM
javadoc like things for JavaScript? Son KwonNam Javascript 2 11-16-2005 08:45 AM
Standalone Javadoc Editor Linus Nikander Java 0 09-10-2003 11:04 AM
Like javadoc André Wagner Ruby 1 08-28-2003 12:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57