Generating API documentation [SOLVED]

Programming, for all ages and all languages.
Post Reply
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Generating API documentation [SOLVED]

Post by AndrewAPrice »

Are there any programs for generating documentation for an API? (my OS's user library)

I'm looking for one that comes with a standard template, and allows me to add descriptions to programs and and each function variable, and allows me to place them into categories. Does such a program exist?
My OS is Perception.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

I found Doxygen and it works perfectly! If you have any other programs, list them here please.
My OS is Perception.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

I use NaturalDocs, mainly because it supports many languages out-of-the-box, and you can add new ones with great ease. Useful when you code in something other than C. Sample
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Kevin McGuire
Member
Member
Posts: 843
Joined: Tue Nov 09, 2004 12:00 am
Location: United States
Contact:

Post by Kevin McGuire »

That NaturalDocs actually does not look to bad.
Post Reply