1. 10 1月, 2019 1 次提交
  2. 08 1月, 2019 2 次提交
  3. 13 8月, 2018 1 次提交
  4. 10 5月, 2018 1 次提交
  5. 04 5月, 2018 1 次提交
  6. 04 4月, 2018 2 次提交
  7. 11 12月, 2017 1 次提交
    • S
      Fix Kdoc regression to show only Kotlin API · 769ea1b1
      sdeleuze 提交于
      As of Gradle Kotlin plugin 1.1.60,
      project.sourceSets.main.kotlin.srcDirs contains
      Java source directories in addition to Kotlin
      ones. This commit filter out Java sources to
      retain only Kotlin ones.
      
      Issue: SPR-16268
      769ea1b1
  8. 11 10月, 2017 1 次提交
  9. 06 10月, 2017 1 次提交
  10. 23 9月, 2017 1 次提交
  11. 29 8月, 2017 1 次提交
  12. 21 8月, 2017 3 次提交
  13. 07 4月, 2017 1 次提交
    • S
      Use Rouge syntax highlighting in PDF version of Reference Manual · 3a4b205b
      Sam Brannen 提交于
      This commit uses a tip provided by @mojavelinux to set the syntax
      highlighter to Rouge for the PDF version of the User Guide.
      
      Once Asciidoctor 1.5.7 has been released we will likely switch to Rouge
      for the HTML version of the Reference Manual as well.
      
      Issue: SPR-14997
      3a4b205b
  14. 29 3月, 2017 1 次提交
    • B
      Render reference documentation with Asciidoctor · 924adaec
      Brian Clozel 提交于
      This commit removes docbook from the documentation toolchain and
      instead makes use of asciidoctor to render the reference documentation
      in HTML and PDF formats.
      
      The main Gradle build has been refactored with the documentation tasks
      and sniffer tasks extracted to their own gradle file in the "gradle"
      folder.
      
      A new asciidoctor Spring theme is also used to render the HTML5 backend.
      
      Issue: SPR-14997
      924adaec