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.
 

martins

Orbiter Founder
Orbiter Founder
Joined
Mar 31, 2008
Messages
2,448
Reaction score
462
Points
83
Website
orbit.medphys.ucl.ac.uk
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:
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,637
Reaction score
2,353
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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:
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,668
Reaction score
796
Points
128
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.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,637
Reaction score
2,353
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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.
 

Notebook

Addon Developer
Addon Developer
News Reporter
Donator
Joined
Nov 20, 2007
Messages
11,818
Reaction score
641
Points
188
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.
 

Notebook

Addon Developer
Addon Developer
News Reporter
Donator
Joined
Nov 20, 2007
Messages
11,818
Reaction score
641
Points
188
Unblocking the file in the properties page did the trick!

Very useful program.

Many thanks,

N.
 
Top