On Mon, Jan 9, 2012 at 12:41 PM, jjacky <[email protected]> wrote: > > On 01/09/12 19:28, Dave Reisner wrote: >> >> On Mon, Jan 09, 2012 at 07:09:12PM +0100, jjacky wrote: >>> >>> Hey there, >>> >>> So I've been working on a little app using libalpm, and I have a >>> couple of questions. Hopefully it's okay to ask this here. >>> >>> First off, a quick question regarding the doc. Looking at the source >>> code i see functions are nicely commented, but all I could find as >>> documentation was this man page: >>> https://www.archlinux.org/pacman/libalpm.3.html >>> Since it's totally possible, did I actually miss something >>> (obvious), or are there no (generated) doc publicly available? >> >> >> It's available, and it's religiously updated by Dan for git master: >> >> http://code.toofishes.net/pacman/doc/
I haven't actually updated it in a while, haha. I will put this on my TODO list though, it is quite easy to do. If you cd into doc/ and just run `doxygen`, you'll get some of it. Flip on a few options in the Doxyfile and you'll be able to get what I have up there. -Dan
