Hi, I'm quite sure there are people that "miss" the number keypad on those "weird" modern cellphones :-)
The terms "weird" and "missing" are relative. I don't "miss" the type hierarchy, and for me, the _default_ javadocs are "weird" :-) If you are looking for JDBC javadocs, see http://docs.oracle.com/javase/7/docs/api/ H2 uses a custom doclet for the following reasons: to filter out internal but public methods in the JDBC API, to rename the JDBC API implementation classes (I don't want people hardcoding "JdbcStatement"). If you are looking for complete, standard Javadocs for H2, you can get them using "./build.sh javadocImpl", and then see /docs/javadocImpl2 Regards, Thomas On Sun, Aug 10, 2014 at 12:02 PM, Sam Halliday <[email protected] <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > Hi all, > > Is anyone else seeing lots of missing information in these non-standard > formatted javadocs? > > http://www.h2database.com/javadoc/ > > I'm using Chromium. As an example, click on SQLException and compare to > something like > > > http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html > > which has the type hierarchy and everything in it. > > Best regards, > Sam > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
