September 29, 2015
  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 89bc6fe08eedfbbae807b511840ca5422b53485e
      https://github.com/D-Programming-Language/dmd/commit/89bc6fe08eedfbbae807b511840ca5422b53485e
  Author: Andrej Mitrovic <andrej.mitrovic@sociomantic.com>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M src/doc.c

  Log Message:
  -----------
  Add ddoc support for 'Template Params' section

This section is parsed in the same way as the 'Params'
section, but expects the section to be preceeded with
the string 'Template Params:'.


  Commit: 2113d5c7e207e8a4165f961a560eb376bcaff3a0
      https://github.com/D-Programming-Language/dmd/commit/2113d5c7e207e8a4165f961a560eb376bcaff3a0
  Author: Walter Bright <walter@walterbright.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M src/doc.c

  Log Message:
  -----------
  Merge pull request #5071 from andrej-mitrovic-sociomantic/template-params

[D1] Add ddoc support for 'Template Params' section


Compare: https://github.com/D-Programming-Language/dmd/compare/fcf1bb377a26...2113d5c7e207