zephyr/dts/bindings/interrupt-controller
Ulf Magnusson b9240a3cbc dts: bindings: Preserve newlines in descriptions
With https://github.com/zephyrproject-rtos/zephyr/pull/20185, multi-line
descriptions will be formatted nicely, but using '>' breaks it, because
it removes internal newlines (including between paragraphs).

See https://yaml-multiline.info/.

Replace 'description: >' with 'description: |' to encourage '|'. That'll
prevent '>' from getting copied around and messing up long descriptions.

This will lead to some extra newlines in the output, but it's fine.
Line-wrapping messes up any manual formatting.

The replacement was done with

    $ git ls-files 'dts/bindings/*.yaml' | \
          xargs sed -i 's/description:\s*>/description: |/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-10-30 07:55:51 +01:00
..
arm,gic.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
arm,v6m-nvic.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
arm,v7m-nvic.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
arm,v8m-nvic.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
atmel,sam0-eic.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
intel,cavs-intc.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
intel,ioapic.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
interrupt-controller.yaml dts: bindings: Shorten license headers 2019-09-07 10:25:02 -05:00
openisa,rv32m1-event-unit.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
openisa,rv32m1-intmux-ch.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
openisa,rv32m1-intmux.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
riscv,cpu-intc.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
riscv,plic0.yaml scripts: dts: Generalize '#cells' to allow multiple sources 2019-10-02 11:49:58 -07:00
shared-irq.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
sifive,plic-1.0.0.yaml dts: bindings: Shorten license headers 2019-09-07 10:25:02 -05:00
snps,archs-idu-intc.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
snps,arcv2-intc.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
snps,designware-intc.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
vexriscv,intc0.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00
xtensa,intc.yaml dts: bindings: Preserve newlines in descriptions 2019-10-30 07:55:51 +01:00