Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues
This commit is contained in:
parent
c4ad92e458
commit
9d24cc4047
19 changed files with 296 additions and 190 deletions
|
@ -255,6 +255,13 @@ if ((run_custom_checks)); then
|
|||
grep ' \*[^*]\+\*$' doc/ -r \
|
||||
| awk '{ sep = index($0, ":"); if (length(substr($0, sep + 1 )) < 79) { print } }' \
|
||||
| grep . && EXIT=1
|
||||
|
||||
echo '========================================'
|
||||
echo 'Look for table of contents issues'
|
||||
echo '========================================'
|
||||
echo
|
||||
|
||||
test/script/check-toc || EXIT=$?
|
||||
fi
|
||||
|
||||
exit $EXIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue