Commit 28a8fdc6e666d6b9be721e69d09d0095fdcd49f8
1 parent
b7d9fecb
Exists in
r5_design
and in
1 other branch
DNS doc: don't include any header, just the tables
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
test/dns_test.sh
| @@ -79,9 +79,6 @@ if [ "$1" = '--doc' ]; then | @@ -79,9 +79,6 @@ if [ "$1" = '--doc' ]; then | ||
| 79 | echo " - ${2}." | 79 | echo " - ${2}." |
| 80 | } | 80 | } |
| 81 | header() { | 81 | header() { |
| 82 | - echo "$1" | ||
| 83 | - echo '..............' | ||
| 84 | - echo | ||
| 85 | echo '.. list-table::' | 82 | echo '.. list-table::' |
| 86 | echo ' :header-rows: 1' | 83 | echo ' :header-rows: 1' |
| 87 | echo | 84 | echo |