[dmd-internals] [D-Programming-Language/dmd] 9dbb90: Fix issue 10236 Ddoc: Warning on wrong parameter n...
GitHub
noreply at github.com
Sun Sep 15 00:52:04 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9dbb905f84dfe5a240033179172ff603f2a4b741
https://github.com/D-Programming-Language/dmd/commit/9dbb905f84dfe5a240033179172ff603f2a4b741
Author: Lionello Lunesu <lio at lunesu.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
M src/doc.c
Log Message:
-----------
Fix issue 10236 Ddoc: Warning on wrong parameter names/count
Commit: 343176b1fcb8f4a60d88e4b238f996c5e62f2d50
https://github.com/D-Programming-Language/dmd/commit/343176b1fcb8f4a60d88e4b238f996c5e62f2d50
Author: Lionello Lunesu <lio at lunesu.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
M src/doc.c
Log Message:
-----------
Fixed indentation (removed tabs)
Commit: 51afa9a24d94211e2e93dfd11bcb66c4d76ed96a
https://github.com/D-Programming-Language/dmd/commit/51afa9a24d94211e2e93dfd11bcb66c4d76ed96a
Author: Lionello Lunesu <lio at lunesu.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
A test/compilable/ddoc10236.d
Log Message:
-----------
Fix issue 10236 test case
Commit: 359dc6697b92ca3c7b1fc4fddc30c2b981cf56eb
https://github.com/D-Programming-Language/dmd/commit/359dc6697b92ca3c7b1fc4fddc30c2b981cf56eb
Author: Lionello Lunesu <lio at lunesu.com>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M src/doc.c
A test/compilable/ddoc10236b.d
Log Message:
-----------
Fix issue 10236: allow template parameters in Params section + test
Commit: 151ad0104e457ed3476bd4b2b9447bb7ce710cc5
https://github.com/D-Programming-Language/dmd/commit/151ad0104e457ed3476bd4b2b9447bb7ce710cc5
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-15 (Sun, 15 Sep 2013)
Changed paths:
M src/doc.c
A test/compilable/ddoc10236.d
A test/compilable/ddoc10236b.d
Log Message:
-----------
Merge pull request #2121 from lionello/bug10236
Fix issue 10236 Ddoc: Warning on wrong parameter names/count
Compare: https://github.com/D-Programming-Language/dmd/compare/724566600724...151ad0104e45
More information about the dmd-internals
mailing list