soartech / jsoar

Pure Java implementation of the Soar cognitive architecture.
http://soartech.github.com/jsoar/
BSD 3-Clause "New" or "Revised" License
53 stars 19 forks source link

Do you have javadoc version 0.14.9? #116

Closed heikefn closed 4 years ago

heikefn commented 5 years ago

I found a javadoc 0.11.0 in "http://darevay.com/jsoar/current/docs/jsoar-core/api/". And , I did not find the 0.14.9 document in "https://github.com/soartech/jsoar/tree/maven/doc". I wonder if it will be available as a version 0.14.9 document?

marinier commented 5 years ago

Sorry, the javadocs haven’t been regenerated in a while. That said, most of what’s in 0.11.0 is probably still valid. For everything else, there’s the wiki and there are often decent comments in the code for the parts that users typically use (at the very least, everything that would be in the javadocs is in the code).

When we do our next release, we’ll look at what’s involved in updating the javadocs.

From: fengen [mailto:notifications@github.com] Sent: Saturday, January 19, 2019 1:44 AM To: soartech/jsoar jsoar@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [soartech/jsoar] Do you have javadoc version 0.14.9? (#116)

I found a javadoc 0.11.0 in "http://darevay.com/jsoar/current/docs/jsoar-core/api/". And , I did not find the 0.14.9 document in "https://github.com/soartech/jsoar/tree/maven/doc". I wonder if it will be available as a version 0.14.9 document?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/soartech/jsoar/issues/116, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAgp3ATVxduGC5AMZ4fSeb2K-drBusQtks5vEr60gaJpZM4aI_yq.

marinier commented 4 years ago

Note that Javadocs and source are now available in the jsoar 4.0.0 jars on maven central, and also the javadocs are linked from the README.