diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-30 18:19:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-30 18:20:40 -0500 |
commit | 4fc64a97ce779c2d6bb972f0003b9b9f00e62c3a (patch) | |
tree | c23b743c69380899c65690ebe8f89ce3d08cce69 /doc/help/xml.rst | |
parent | 814023c72082c75684259b7980f7b3465785b110 (diff) | |
download | python-coveragepy-git-4fc64a97ce779c2d6bb972f0003b9b9f00e62c3a.tar.gz |
build: clearly label auto-generated files
Diffstat (limited to 'doc/help/xml.rst')
-rw-r--r-- | doc/help/xml.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/help/xml.rst b/doc/help/xml.rst index eb52750d..2ad134c9 100644 --- a/doc/help/xml.rst +++ b/doc/help/xml.rst @@ -1,4 +1,6 @@ +.. This file is auto-generated by "make dochtml", don't edit it manually. + .. code:: $ coverage xml --help |