[dmd-internals] [D-Programming-Language/dmd] 69ff08: Move Dsymbol::emitDitto into a free function
GitHub
noreply at github.com
Thu Feb 20 21:19:59 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 69ff08750faa72bb9a50f25f9fa4f739704c8e53
https://github.com/D-Programming-Language/dmd/commit/69ff08750faa72bb9a50f25f9fa4f739704c8e53
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/doc.c
M src/dsymbol.h
Log Message:
-----------
Move Dsymbol::emitDitto into a free function
Commit: f8e708e344a4f006f1d86dc92767465836cdf592
https://github.com/D-Programming-Language/dmd/commit/f8e708e344a4f006f1d86dc92767465836cdf592
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/doc.c
M src/dsymbol.h
Log Message:
-----------
Move ScopeDsymbol::emitMemberComments to a free function
Commit: d7be1b2f347519367b1b87982f77abe1f800c7ad
https://github.com/D-Programming-Language/dmd/commit/d7be1b2f347519367b1b87982f77abe1f800c7ad
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/aggregate.h
M src/declaration.h
M src/doc.c
M src/doc.h
M src/dsymbol.h
M src/enum.h
Log Message:
-----------
Move Dsymbol::toDocBuffer into a visitor class
Commit: 0624e86b5cdd0dcb1433d21565bb923c9859f869
https://github.com/D-Programming-Language/dmd/commit/0624e86b5cdd0dcb1433d21565bb923c9859f869
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/aggregate.h
M src/attrib.c
M src/attrib.h
M src/declaration.h
M src/doc.c
M src/dsymbol.h
M src/enum.h
M src/template.h
Log Message:
-----------
Move Dsymbol::emitComment into a visitor class
Commit: 5e025acd2c5d89a3f23c73f2e1f5fb8e8c45f7ad
https://github.com/D-Programming-Language/dmd/commit/5e025acd2c5d89a3f23c73f2e1f5fb8e8c45f7ad
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/doc.c
M src/doc.h
M src/mars.c
M src/module.h
Log Message:
-----------
Move Module::gendocfile into a free function
Commit: 5ce28924a38841219899e9ad1e5da89ffabe41b4
https://github.com/D-Programming-Language/dmd/commit/5ce28924a38841219899e9ad1e5da89ffabe41b4
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M src/aggregate.h
M src/attrib.c
M src/attrib.h
M src/declaration.h
M src/doc.c
M src/doc.h
M src/dsymbol.h
M src/enum.h
M src/mars.c
M src/module.h
M src/template.h
Log Message:
-----------
Merge pull request #3288 from yebblies/doc
[DDMD] [refactor] Move Module::gendocfile and related functions into free functions
Compare: https://github.com/D-Programming-Language/dmd/compare/973d080bec75...5ce28924a388
More information about the dmd-internals
mailing list