diff options
author | Richard Henderson | 2019-02-23 22:00:10 +0100 |
---|---|---|
committer | Richard Henderson | 2019-03-12 17:46:58 +0100 |
commit | 3fdbf5d6794db253b0a5173204bbbcc8a17bc9d1 (patch) | |
tree | f922adb2533645804b804bde8a42187b45a1c122 /MAINTAINERS | |
parent | MAINTAINERS: Add scripts/decodetree.py to the TCG section (diff) | |
download | qemu-3fdbf5d6794db253b0a5173204bbbcc8a17bc9d1.tar.gz qemu-3fdbf5d6794db253b0a5173204bbbcc8a17bc9d1.tar.xz qemu-3fdbf5d6794db253b0a5173204bbbcc8a17bc9d1.zip |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3426d3369d..564b8dba6e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -118,6 +118,7 @@ F: exec.c F: accel/tcg/ F: accel/stubs/tcg-stub.c F: scripts/decodetree.py +F: docs/devel/decodetree.rst F: include/exec/cpu*.h F: include/exec/exec-all.h F: include/exec/helper*.h |