diff options
Diffstat (limited to 'src/spdk/dpdk/doc/api/doxy-html-custom.sh')
-rwxr-xr-x | src/spdk/dpdk/doc/api/doxy-html-custom.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/spdk/dpdk/doc/api/doxy-html-custom.sh b/src/spdk/dpdk/doc/api/doxy-html-custom.sh new file mode 100755 index 000000000..3802007c8 --- /dev/null +++ b/src/spdk/dpdk/doc/api/doxy-html-custom.sh @@ -0,0 +1,8 @@ +#! /bin/sh -e +# SPDX-License-Identifier: BSD-3-Clause +# Copyright 2013 6WIND S.A. + +CSS=$1 + +# space between item and its comment +echo 'dd td:first-child {padding-right: 2em;}' >> $CSS |