updating the javadoc

This commit is contained in:
Ben Fry
2013-05-06 09:42:00 -04:00
parent a535ed855c
commit ea2bcabcb0
3 changed files with 12 additions and 3 deletions

View File

@@ -890,9 +890,11 @@
-->
<!-- set the MIME type so that Google Code shows the files properly -->
<!--
<exec executable="find" dir=".">
<arg line="javadoc -name '*.html' -exec svn propset svn:mime-type text/html {} ';'" />
</exec>
-->
</target>

View File

@@ -12,9 +12,7 @@ processing.app.windows
processing.core
processing.data
processing.event
processing.mode.android
processing.mode.java
processing.mode.java.preproc
processing.mode.java.runner
processing.mode.javascript
processing.opengl

View File

@@ -45,6 +45,9 @@ X get update text to align vertically
X "Update" not working in the library manager
X https://github.com/processing/processing/issues/1701
_ move old Google Code SVN back to processing.org
_ then cull out the old branches/tags from the Github repo
_ library with bad version number in version causes crash
_ UnsatisfiedLinkError causes huge message...
_ error report cleanups haven't been fixed yet
@@ -980,7 +983,13 @@ _ list of license issues
_ http://code.google.com/p/processing/issues/detail?id=575
_ Internationalization
_ http://code.google.com/p/processing/issues/detail?id=593
_ l10n, i18n of environment/core - Arduino pushing on this one
_ l10n, i18n of environment/core
_ http://docs.oracle.com/javase/tutorial/i18n/format/messageintro.html
_ http://docs.oracle.com/javase/tutorial/i18n/format/numberFormat.html
_ http://docs.oracle.com/javase/tutorial/i18n/format/choiceFormat.html
_ http://docs.oracle.com/javase/tutorial/i18n/format/messageFormat.html
_ http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html
_ http://docs.oracle.com/javase/tutorial/i18n/intro/checklist.html
_ write up code guidelines for project
_ make proper Eclipse style prefs to reinforce
_ write up guidelines for modes