Commit Graph

23 Commits

Author SHA1 Message Date
Evgeny Gerashchenko 8e1323bb43 Replaced sure() invocations with '!!' operator in libraries written on Kotlin. 2012-09-17 18:00:21 +04:00
James Strachan 3adbb2fdde fixed broken source line number links 2012-06-14 14:52:00 +01:00
James Strachan 5b85e861b7 fixed bad source links in generated kdoc 2012-06-14 09:37:31 +01:00
Stepan Koltsov 9595030b75 build apidoc during package, not during install 2012-06-09 20:40:33 +04:00
Stepan Koltsov 912ef3f639 website module depends on apidocs 2012-06-09 20:18:28 +04:00
James Strachan 980db4d087 ignore the js package by default (its only used internally for annotations) 2012-05-28 17:13:38 +01:00
James Strachan ddf9101fb1 added better apidoc description 2012-05-24 13:07:28 +01:00
Leonid Shalupov c5e1225f1c libraries: redundant ${project.basedir} 2012-04-30 20:59:16 +04:00
James Strachan 4de778c6d6 kdoc now has working interactive search of classes, functions, properties e.g. "map()" or "fun map" or "class Foo" etc 2012-04-16 09:42:30 +01:00
James Strachan 482887c052 first spike of a search box in kdoc for quick navigation 2012-04-15 08:06:47 +01:00
Hiram Chirino 954dcb49b4 Show the source code link when you hover over the members to simplify and declutter the normal doc navigation. 2012-04-13 14:29:34 -04:00
James Strachan d83b76b7a7 kdoc improvements: allow package summaries, package API doc URLs and documentation files to be specified so we can better describe package, reuse documentation for them or link to external packages. #KT-1463 Fixed 2012-04-13 17:43:54 +01:00
James Strachan da38230827 added jquery to the generated kdoc so we can start adding some nice effects and interactivity 2012-04-13 16:06:35 +01:00
James Strachan 43261a7172 allow kdoc to link to the online source code in a source code repo (such as github) 2012-04-13 15:07:37 +01:00
Leonid Shalupov 3813e0a886 maven version = 0.1-SNAPSHOT 2012-04-12 13:03:15 +04:00
Leonid Shalupov d1246abbf1 maven: get rid of intermediate poms: examples, docs, tools (artifacts garbage) 2012-04-12 09:33:48 +04:00
James Strachan 7f5631bcfc added better tests to check if kdoc stops working again and a few more diagnostics and warnings 2012-04-11 09:55:04 +01:00
James Strachan d3ec4240c1 Merge branch 'master' of github.com:JetBrains/kotlin 2012-04-11 06:25:36 +01:00
Leonid Shalupov 863042da27 maven artifacts: runtime, stdlib -> kotlin-runtime, kotlin-stdlib 2012-04-10 22:39:11 +04:00
James Strachan dafcd95e36 added an extra test to check for bad kdoc results 2012-04-10 13:14:16 +01:00
Leonid Shalupov 7270f7eb60 compilation 2012-04-09 23:21:39 +04:00
James Strachan 5dcd6abcf6 removed cruft from the API website generation and now have a separate JS API build (as it fails right now) 2012-04-05 16:38:51 +01:00
James Strachan a40f9ee9b1 refactored the maven project structure so that things are in a simpler tree structure to avoid folks getting lost 2012-04-05 16:20:06 +01:00