[dmd-internals] [D-Programming-Language/dmd] da3528: fix Issue 9713 - Ddoc: Empty description suppress ...

GitHub noreply at github.com
Tue Mar 19 20:32:06 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: da35281d447cfb6584fcdce516b2a5554a778a02
      https://github.com/D-Programming-Language/dmd/commit/da35281d447cfb6584fcdce516b2a5554a778a02
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/doc.c
    M test/compilable/ddoc2630.d
    M test/compilable/extra-files/ddoc2630.html

  Log Message:
  -----------
  fix Issue 9713 - Ddoc: Empty description suppress automatic example generation

Even if proper description is empty, generated examples should be appeared


  Commit: 11b2f76857c8a2d8fa14c0b6b3c69d60b4e5180c
      https://github.com/D-Programming-Language/dmd/commit/11b2f76857c8a2d8fa14c0b6b3c69d60b4e5180c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/declaration.h
    M src/doc.c
    M test/compilable/ddoc2630.d

  Log Message:
  -----------
  fix Issue 9714 - Ddoc: Combination of -D and -unittest reveals hidden unittest function

Even if -unittest is specified, hidden function should not be appeared in ddoc output


  Commit: 9708fb17e669b149ffb5653f5855410fc937f279
      https://github.com/D-Programming-Language/dmd/commit/9708fb17e669b149ffb5653f5855410fc937f279
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/doc.c
    M src/parse.c
    M test/compilable/ddoc2630.d
    M test/compilable/extra-files/ddoc2630.html
    M test/compilable/extra-files/ddoc9475.html
    M test/compilable/extra-files/ddoc9727.html

  Log Message:
  -----------
  Refinement for #1641

- Reuse unindent mechanism that has introduced by #1377
- Remove trailing whitespace from auto-generated ddoc example


  Commit: a85ad5474855e9aa618074cc970ff4fc755a31c7
      https://github.com/D-Programming-Language/dmd/commit/a85ad5474855e9aa618074cc970ff4fc755a31c7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/doc.c
    M test/compilable/ddoc2630.d
    M test/compilable/extra-files/ddoc2630.html

  Log Message:
  -----------
  fix Issue 9757 - Ddoc: documented unittest after ditto should work


  Commit: d736fbf10ff41f2e96303fd1efa7eaa7c696eafb
      https://github.com/D-Programming-Language/dmd/commit/d736fbf10ff41f2e96303fd1efa7eaa7c696eafb
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/declaration.h
    M src/doc.c
    M src/parse.c
    M test/compilable/ddoc2630.d
    M test/compilable/extra-files/ddoc2630.html
    M test/compilable/extra-files/ddoc9475.html
    M test/compilable/extra-files/ddoc9727.html

  Log Message:
  -----------
  Merge pull request #1746 from 9rnsr/fix_ddoc

Issue 9713 & 9714 - Ddoc bug fixes


Compare: https://github.com/D-Programming-Language/dmd/compare/4ba8a6156022...d736fbf10ff4


More information about the dmd-internals mailing list