Skip to content

Commit 6cdcc3e

Browse files
committed
Note the detail level of the docs
1 parent 9020753 commit 6cdcc3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ If you have any questions on D, feel free to go to #d on freenode or D Forums. P
2626

2727
I've spent some time writing doc comments inside the code. They provide a conceptual explanation of how the system works. Look for `/**` and `/++`.
2828

29+
Inside the unittests, there's an example guide on using `parser.d` as a library to build a Markdown to XML converter.
30+
2931
### Notes
3032

3133
A string in D is a reference to a region of immutable memory. It is a length and a pointer. For this reason, it is is very efficient to copy.

0 commit comments

Comments
 (0)