Update bin/README.md

Correct missing space after # and ##
This commit is contained in:
Dana Robinson 2022-08-17 10:46:21 -07:00 committed by GitHub
parent e4de06057a
commit d201907a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#Scripts in `bin` and their purpose
# Scripts in `bin` and their purpose
Programs run via `autogen.sh` (or the equivalent in CMake) are indicated.
@ -26,7 +26,7 @@ Programs run via `autogen.sh` (or the equivalent in CMake) are indicated.
|`trace`|Adds `TRACE` macros to HDF5 C library source files (run by `autogen.sh`)|
|`warnhist`|Generates compiler warning statistics for gcc/clang when fed output of make|
##TODO
## TODO
* chkcopyright is currently semi-broken as it doesn't handle the full variety of copyright headers we need. We're leaving it in place, though, in the hopes that someone will update it in the future.
* Extending warnhist to better understand the output of additional compilers/languages would be nice.