From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/spdk/dpdk/doc/api/doxy-html-custom.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 src/spdk/dpdk/doc/api/doxy-html-custom.sh (limited to 'src/spdk/dpdk/doc/api/doxy-html-custom.sh') 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 -- cgit v1.2.3