diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-05-29 16:03:17 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-05-29 16:03:35 +0200 |
commit | 3a8e3f480612e29f5a8b208f31cedc687f66b9df (patch) | |
tree | 01e7fc4c39d42317fc7f0ac7d1288469b57ca583 | |
parent | e08c130c25ed9c468ca09a3555743c1b469a5044 (diff) | |
parent | 93843f68918f234929cfddc62b507041ce06805e (diff) |
Merge #13340: doc: remove leftover check-doc documentation
93843f68918f234929cfddc62b507041ce06805e doc: remove leftover check-doc documentation (fanquake)
Pull request description:
Remove leftover check-doc.py documentation. Mentioned [here](https://github.com/bitcoin/bitcoin/pull/13281#issuecomment-392010168), it's now [here](https://github.com/bitcoin/bitcoin/tree/master/test/lint#check-docpy).
Tree-SHA512: 95a0ac221ffae109c1d4baf18a9220cf993fc07c005920a0bd09abdf52e8fb298e3b5df31fa18887719c5080d8531d18b84b7bd9c7c664ee2501ccd9e0975eb6
-rw-r--r-- | contrib/devtools/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 690b8c7dc6..a0b6225345 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -2,12 +2,6 @@ Contents ======== This directory contains tools for developers working on this repository. -check-doc.py -============ - -Check if all command line args are documented. The return value indicates the -number of undocumented args. - clang-format-diff.py =================== |