Skip to content
  1. Jan 11, 2013
    • Rene Saarsoo's avatar
      Make most StandardTagParser methods private. · 0ef7c8f6
      Rene Saarsoo authored
      Let the #hw method return it's original return value, which is the
      DocScanner class - then it chained with one of the DocScanner
      methods like #look or #match.  The only exception being #default_value
      method which belongs to StandardTagParser and can't be therefore
      chained from #hw method - but that's just a one little exception
      we can live with.
      0ef7c8f6
    • Rene Saarsoo's avatar
      Use StandardTagParser for @return, @throws, @type. · e56b22ef
      Rene Saarsoo authored
      The parsing now takes a config parameter to turn on/off parsing of Type
      and Name sections.
      
      This cleans up the DocScanner class considerably as all those complex
      methods are now in StandardTagParser, leaving the DocScanner with
      basics such as #look and #match, plus the big #standard_tag.
      e56b22ef
  2. Jan 10, 2013
  3. Jan 09, 2013
  4. Jan 08, 2013
Loading