1. 11 7月, 2016 1 次提交
    • R
      Speed up RDoc generation when it's already been done once · 9e99649e
      Robin Dupret 提交于
      Only include files that contain changes since the last generation
      of the API documentation.
      
      Thus, only modified files are re-generated instead of the whole API.
      
      The `created.rid` file won't contain the whole list of files anymore
      if we generate several times the API but we don't really care about it,
      only the generation date and time is important.
      
      It is possible to fall back to the previous behavior by defining the ALL
      environment variable running the `rake rdoc` task.
      9e99649e
  2. 05 7月, 2016 3 次提交
  3. 04 7月, 2016 10 次提交
  4. 03 7月, 2016 10 次提交
  5. 02 7月, 2016 16 次提交