Skip to content
  1. Jan 22, 2013
  2. Jan 21, 2013
    • Rene Saarsoo's avatar
      Add width and height attributes to expanded @img tags. · e573ea09
      Rene Saarsoo authored
      Include the Dimensions gem to retrieve image width/height meta-data.
      
      Additional %w an %h placeholders to --img-tpl template.
      e573ea09
    • Rene Saarsoo's avatar
      Warn when referencing missing images from guides. · ed82556b
      Rene Saarsoo authored
      Achieving this required extensive refactoring of how the images get
      processed.  Previously the existance of images was looked up after
      all the @img tag had been replaced.  Now the check for existance is
      part of expanding the @img tag, so the check happens also for images
      in guides, for which the check didn't occour previously as there is
      no images copy step in there.
      
      The old Images class has been replaced with ImageDir and ImageDirSet.
      ed82556b
  3. Jan 17, 2013
  4. Jan 16, 2013
  5. Jan 15, 2013
    • Rene Saarsoo's avatar
      New multiline tags system. · c4bebcff
      Rene Saarsoo authored
      Instead of setting @multiline = true, the multiline tags now return
      a tag containing {:doc => :multiline} from their #parse method.
      
      Inside Doc::Parser the free text will only get appended to these
      :doc=>:multiline tags plus a special :tagname=>:doc tag which grabs
      all the documentation since the beginning of doc-comment up to the first
      multiline @tag.
      
      The Doc::Ast will later combine docs for classes and members, mainly
      looking at the :tagname=>:doc, but also at :cfg and :property which are
      a special case because they can contain subproperties, and also
      :constructor which can be used as a splitter between class documentation
      and constructor documentation.
      c4bebcff
  6. Jan 14, 2013
Loading