diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2019-09-26 20:25:39 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-04 17:13:13 +1000 |
commit | 4ddd46e6cfd1f10efbd6fbbbc0fed520a1058045 (patch) | |
tree | 73f73cdd9eb01a3fe8cd44d4bae3de16748a73b2 /docs/develop/index.rst | |
parent | 25a9bccdee2fe830046c1c1a0220ca7706597202 (diff) |
docs/develop/qstr.rst: Add documentation for string interning.
Diffstat (limited to 'docs/develop/index.rst')
-rw-r--r-- | docs/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/develop/index.rst b/docs/develop/index.rst index 64dbc4661..fff3e43d7 100644 --- a/docs/develop/index.rst +++ b/docs/develop/index.rst @@ -10,3 +10,4 @@ See the `getting started guide :maxdepth: 1 cmodules.rst + qstr.rst |