Welcome to the D community and thanks for your interest in contributing!
- Fork on Github
- Use our Bugzilla bug tracker
- Follow the Styleguide
- Participate in our forum
- Review Queue.
Use the makefiles (either posix.mak
or win32.mak
based on your platform) to
build the HTML files. Example invocations:
# Rebuild only the expression.html page
$ make -f win32.mak expression.html
# Build all the documentation
$ make -f win32.mak