README update

This commit is contained in:
Hackerpilot 2012-04-21 17:48:57 -07:00
parent b58fa5b855
commit ba862d2475
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ resulting HTML will be written to standard output.
* **-I** _includePath_ - Include _includePath_ in the list of paths used to search
for imports. By default dscanner will search in the current working directory as
well as any paths specified in /etc/dmd.conf.
* **--ctags** _sourceFile_ - Generates ctags information from the given source
code file.
# Dot Completion

View File

@ -1,2 +1,2 @@
dmd *.d -release -noboundscheck -O -w -wi -m64 -property -ofdscanner -D
dmd *.d -release -noboundscheck -O -w -wi -m64 -property -ofdscanner
#dmd *.d -g -unittest -m64 -w -wi -property -oftokenizer