]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/doc/api/doxy-html-custom.sh
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / doc / api / doxy-html-custom.sh
1 #! /bin/sh -e
2 # SPDX-License-Identifier: BSD-3-Clause
3 # Copyright 2013 6WIND S.A.
4
5 CSS=$1
6
7 # space between item and its comment
8 echo 'dd td:first-child {padding-right: 2em;}' >> $CSS