Markdown formatting error
This commit is contained in:
parent
ba5894b810
commit
2ff81e8240
|
@ -30,6 +30,7 @@ Generates a JSON summary of the input file.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
The given D code:
|
The given D code:
|
||||||
|
|
||||||
module example;
|
module example;
|
||||||
|
|
||||||
import std.stdio;
|
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
|
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
|
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:
|
on the same file used in the JSON example will produce this output:
|
||||||
|
|
||||||
{!_TAG_FILE_FORMAT 2}
|
{!_TAG_FILE_FORMAT 2}
|
||||||
{!_TAG_FILE_SORTED 1}
|
{!_TAG_FILE_SORTED 1}
|
||||||
Iface tmp.d 3;" c inherits:
|
Iface tmp.d 3;" c inherits:
|
||||||
|
|
Loading…
Reference in New Issue