On Mon, 2011-10-03 at 00:58 -0700, Jon Cruz wrote:
Hi,
I've gotten back to trying to get more documentation straightened out and filled out. Some architechtural overview, getting started type details, etc.
Does anyone else want to lend a hand? :-)
Or more importantly are there any specifics I should look into filling out? That is, any areas people want me to look into, or any aspects that need special attention, etc.
Thanks.
Hi Jon,
It's great to see you working on code documentation. I think that is a real weak point in Inkscape. I can't tell you the number of hours I've spent trying to figure out how things work when a simple comment or two in the code would have been sufficient for an explanation. I try to add comments to code I touch.
I see you just checked in lots of Doxygen fixes. I also noticed that the Doxygen link on the developer's page no longer works. It took me awhile to figure out that I can run the command "doxygen" on Linux to generate the documentation but this generates tons of errors, the first being a latex error:
See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ...
l.125 \begin{align*} \mathbf{B}_{\mathbf{p}_0\mathbf{p}_1 \mathbf{p}_2}(t) &=...
What am I doing wrong?
Tav