mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Markdown formatting error
This commit is contained in:
parent
ba5894b810
commit
2ff81e8240
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ Generates a JSON summary of the input file.
|
|||
|
||||
### Example
|
||||
The given D code:
|
||||
|
||||
module example;
|
||||
|
||||
import std.stdio;
|
||||
|
@ -225,6 +226,7 @@ is transformed into the following JSON markup:
|
|||
Dscanner can create a tags file from the specified file. Output is formatted as
|
||||
specified at http://ctags.sourceforge.net/FORMAT. The result of generating ctags
|
||||
on the same file used in the JSON example will produce this output:
|
||||
|
||||
{!_TAG_FILE_FORMAT 2}
|
||||
{!_TAG_FILE_SORTED 1}
|
||||
Iface tmp.d 3;" c inherits:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue