]> git.baikalelectronics.ru Git - kernel.git/commit
scripts: kernel-doc: change default to ReST format
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Dec 2017 12:30:11 +0000 (10:30 -0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Dec 2017 20:41:46 +0000 (13:41 -0700)
commit33951127d6116a79aa72d299e2c97276061ec57d
tree973a452fc4bb5031488d7625d8bb93009ee0e1b8
parent9263bc2851d024953855fc48f4f59bb0f1552eaa
scripts: kernel-doc: change default to ReST format

Right now, if kernel-doc is called without arguments, it
defaults to man pages. IMO, it makes more sense to
default to ReST, as this is the output that it is most
used nowadays, and it easier to check if everything got
parsed fine on an enriched text mode format.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc