Skip to content

Commit 9020753

Browse files
committed
Improve documentation
1 parent 62f3888 commit 9020753

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Tree-query is written in [Dlang](https://dlang.org) but don't let that put you o
2222

2323
If you have any questions on D, feel free to go to #d on freenode or D Forums. People are very nice.
2424

25+
### Internals
26+
27+
I've spent some time writing doc comments inside the code. They provide a conceptual explanation of how the system works. Look for `/**` and `/++`.
28+
2529
### Notes
2630

2731
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)