summaryrefslogtreecommitdiffstats
path: root/bin/README.md
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-17 17:46:21 (GMT)
committerGitHub <noreply@github.com>2022-08-17 17:46:21 (GMT)
commitd201907a4b5b15840b387ae5911ad534c2a2203a (patch)
treeb1a96fb7d8a2b9534e276af67e28a585558d432d /bin/README.md
parente4de06057aa90c7240e7a5241780413db463f2af (diff)
downloadhdf5-d201907a4b5b15840b387ae5911ad534c2a2203a.zip
hdf5-d201907a4b5b15840b387ae5911ad534c2a2203a.tar.gz
hdf5-d201907a4b5b15840b387ae5911ad534c2a2203a.tar.bz2
Update bin/README.md
Correct missing space after # and ##
Diffstat (limited to 'bin/README.md')
-rw-r--r--bin/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/README.md b/bin/README.md
index 3ddb71f..79e315f 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -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.