Commit Graph

18 Commits

Author SHA1 Message Date
James Strachan d66077ea06 added links to getting started guide 2012-03-17 08:45:27 +00:00
James Strachan 406b8fa6a5 added a few more links to the home page 2012-03-16 10:58:10 +00:00
James Strachan 07163c3d9f hide jdk crapola from kdoc report 2012-03-15 16:24:32 +00:00
James Strachan 7137872ede moved the jdbc string template API out of the test case :) and fix up some cruft in the API docs 2012-03-14 20:44:54 +00:00
James Strachan e2d85427ce removed the old experiments for templating; so we now just create a StringTemplate object that can be converted to html or used with JDBC queries/statements etc 2012-03-14 16:00:11 +00:00
James Strachan 5189c6519c attempt to generate the JS kdocs; almost there but for an assertion failure here https://github.com/JetBrains/kotlin/blob/master/compiler/backend/src/org/jetbrains/jet/codegen/AnnotationCodegen.java#L80 - could be native ctor/fn related? 2012-03-13 08:43:17 +00:00
James Strachan d209eaf6d7 removed cruft 2012-03-13 08:43:17 +00:00
James Strachan dc37fca143 allow packages to be excluded and added kotlin-jdbc to the API 2012-03-13 07:13:52 +00:00
James Strachan 049a755e89 added a link to the github page 2012-03-09 11:43:05 +00:00
James Strachan 6e67af66d2 used cleaner css and images 2012-03-09 09:26:48 +00:00
James Strachan cc13986b87 added missing image 2012-03-09 09:20:03 +00:00
James Strachan a05c39047a added generation of the JS API docs, though had to disable until KT-1522 is fixed 2012-03-09 08:42:44 +00:00
James Strachan 1054a4da9a added twitter bootstrap & a little home page with links to all the kool stuff 2012-03-09 08:08:50 +00:00
James Strachan 8936f45054 exposed the project version as a system property so we can use it in the tests & generation of the kdoc 2012-03-09 07:30:15 +00:00
James Strachan b5108912ee re-enabled tests by default 2012-03-09 07:12:41 +00:00
James Strachan 8d48e3c8a8 added some docs on how to deploy the API docs 2012-03-08 12:24:31 +00:00
James Strachan b3bdfffca2 added a command line KDocCompiler so its easy to generate kdoc from command line or build tools. Also added generation of the kdoc documentation in a test case in the website project along with a simple html website 2012-03-08 12:02:30 +00:00
James Strachan 44b2fec726 added a simple little site generator for the API docs 2012-03-07 20:13:47 +00:00