diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-02-23 13:00:10 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2019-03-12 09:46:58 -0700 |
commit | 3fdbf5d6794db253b0a5173204bbbcc8a17bc9d1 (patch) | |
tree | f922adb2533645804b804bde8a42187b45a1c122 /docs/devel/index.rst | |
parent | 55fd189205493890a10245a6828b8f282ff518c2 (diff) |
decodetree: Move documentation to docs/devel/decodetree.rst
One great big block comment isn't the best way to document
the syntax of a language.
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index 6b11e49caa..ebbab636ce 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -19,4 +19,4 @@ Contents: migration stable-process testing - + decodetree |