1. 03 Mar, 2017 5 commits
  2. 20 Feb, 2017 2 commits
  3. 15 Feb, 2017 4 commits
  4. 12 Feb, 2017 3 commits
  5. 06 Feb, 2017 9 commits
  6. 01 Feb, 2017 5 commits
  7. 26 Jan, 2017 7 commits
  8. 13 Jan, 2017 4 commits
  9. 04 Jan, 2017 1 commit
    • Paolo Bonzini's avatar
      kernel-doc: make highlights more homogenous for the various backends · df31175b
      Paolo Bonzini authored
      $type_struct_full and friends are only used by the restructuredText
      backend, because it needs to separate enum/struct/typedef/union from
      the name of the type.  However, $type_struct is *also* used by the rST
      backend.  This is confusing.
      
      This patch replaces $type_struct's use in the rST backend with a new
      $type_fallback; it modifies $type_struct so that it can be used in the
      rST backend; and creates regular expressions like $type_struct
      for enum/typedef/union, for use in all backends.
      
      Note that, compared to $type_*_full, in the new regexes $1 includes both
      the "kind" and the name (before, $1 was pretty much a constant).
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      df31175b