#117344 - sgeos - Sun Feb 04, 2007 12:39 am
The site has a little documentation, but at a glance it looks incomplete. Does anyone know of more complete documentation? Or, is everything actually listed on the site?
-Brendan
#117407 - kusma - Sun Feb 04, 2007 6:38 pm
#117420 - tepples - Sun Feb 04, 2007 8:35 pm
I myself was more interested in docs for libgba and libnds. Or are the header files to the point where they are self-documenting like, say, the old pin8gba.h or a Java program that uses javadoc?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#117423 - keldon - Sun Feb 04, 2007 8:49 pm
Online documentation is always helpful because you don't need to keep opening header files, and you have hyper links.
#117424 - tepples - Sun Feb 04, 2007 8:54 pm
keldon wrote: |
Online documentation is always helpful because you don't need to keep opening header files |
Locally installed documentation is always helpful because you don't need to keep dialing the Internet.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#117426 - keldon - Sun Feb 04, 2007 8:57 pm
tepples wrote: |
keldon wrote: | Online documentation is always helpful because you don't need to keep opening header files |
Locally installed documentation is always helpful because you don't need to keep dialing the Internet. |
Excuse my bad choice of words; I just meant documentation where you didn't have to track the source for comments and had hyperlinks.
#117446 - Quirky - Sun Feb 04, 2007 10:08 pm
The libnds source has a docs target, so make docs should provide you with Doxygen generated documentation. One caveat is that the file libnds.dox is missing from the source tar, at least in the older 20060719 release. Grab it from the Devkitpro libnds CVS if needed.
Then open $DEVKITPRO/libnds/docs/html/index.html.
#117471 - sgeos - Mon Feb 05, 2007 1:09 am
I want the libgba docs...
-Brendan
#117484 - wintermute - Mon Feb 05, 2007 2:18 am
#117498 - sgeos - Mon Feb 05, 2007 4:12 am
I noticed those docs, but they seem to be incomplete. I was hoping for a list and description of all of the functions in libgba. Maybe I should attack the headers?
-Brendan