We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Reference: some very small typos
Page Index Toggle Pages: 1
Reference: some very small typos (Read 871 times)
Reference: some very small typos
Oct 15th, 2005, 8:04pm
 
Hi,
I was downloading the reference documentation in order to work on its translation to Portuguese, and some broken links  shown up. They are not that important, but in time, they could be corrected. Here they are:

1) In the file that describes arc() at
http://www.processing.org/reference/arc_.html
there is a broken link  named angleMode() pointing to
http://www.processing.org/reference/angleMode_.html
angleMode() has been removed in rev 69.

The text "These angles are specified in terms of radians by default, but by degrees if angleMode(DEGREES) has been called." could also be removed.

2) In the file that describes int
http://www.processing.org/reference/int.html
there is a reference to splitInts(). It is also gone after rev 69.

3) In the file that describe float
http://www.processing.org/reference/float.html
there is a reference to splitFloats(). It is also gone.

4) In the file
http://www.processing.org/reference/logicalNOT.html
the related link to &&(logical AND) shoul be changed from
http://www.processing.org/reference/.html
to
http://www.processing.org/reference/logicalAND.html

5) At the serial library pages, the link to last() is broken. It is missing and '_' character:
Change
http://www.processing.org/reference/libraries/serial/Serial_last.html
to
http://www.processing.org/reference/libraries/serial/Serial_last_.html

6) At the serial library pages, the link to lastChar() is broken. The file should be renamed. The link is correct.
Rename
Serial_lastchar_.html
to
Serial_lastChar_.html

That's it. As I said very small typos.
LEMe




Re: Reference: some very small typos
Reply #1 - Dec 9th, 2005, 4:53am
 
They're all fixed now except (5), which is a larger issue. Thank you very much for the corrections.

Casey

Page Index Toggle Pages: 1