API Reference CHM?

vchamp

Member
Joined
Mar 24, 2008
Messages
221
Reaction score
6
Points
18
Does anybody know where I can find a CHM version of API_Reference.pdf, if such exists? The PDF if very inconvenient for fast searching.

Thanks.
 
In the next version, the API documentation will be doxygen-generated, which produces both PDF and CHM output (including convenient cross-references, tables, etc). Unfortunately it is a bit tedious to write doxygen comments for hundreds of API functions, so I tend to only do them when I run out of other stuff to do (which rarely happens). At the current rate, the documentation will be complete in a few years time. :whistle:
 
Martins: I know the problem... :censored:

Usually, I comment most of the software I make on a concentrated doxygen-making day, instead of commenting it directly while writing the functions - which would be better. Usually I only comment those functions directly while developing, where I want to leave notes for myself... and these notes are rarely understandable for others...:sorry:
 
I just installed doxygen a week ago and I'm still trying to learn how to use it. My intention was to release a development tools for the latest multibody predictor that I am working on. I was hoping that doxygen would solve the documentation problem, atleat when making changes in a code those should be automatically updated in documenatation.


BTW, What are you developping, Urwumpe ? I haven't found any links.
 
BTW, What are you developping, Urwumpe ? I haven't found any links.

Mostly on university, but I also do some tiny fun stuff at home, which I document with doxygen.

The old sources of the SDHLV are for example documented quickly in doxygen:

http://www-public.tu-bs.de:8080/~y0021684/SDHLV110/html/

I currently also try to program a tiny Roguelike using IrrLicht, but my gaming experience is still pretty limited.
 
vcamp, I've extracted the file, but I get a
Navigation to the webpage was canceled

on opening, and

The address is not valid

on other pages.

Any ideas?

N.
 
Unblocking the file in the properties page did the trick!

Very useful program.

Many thanks,

N.
 
Back
Top