mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
README update
This commit is contained in:
parent
b58fa5b855
commit
ba862d2475
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue