From ba862d2475b882929a9fc509b31e479d2dab2a24 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 21 Apr 2012 17:48:57 -0700 Subject: [PATCH] README update --- README.md | 2 ++ build.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c996572..2646c24 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sh b/build.sh index 8c2fc91..41bddc5 100755 --- a/build.sh +++ b/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