]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc/rst: add support for struct/union/enum member references
authorJani Nikula <jani.nikula@intel.com>
Thu, 26 May 2016 13:35:02 +0000 (16:35 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 May 2016 10:38:57 +0000 (13:38 +0300)
commit95c6122e2c0ddeea0258ce4202e0577c8e4cb2c2
tree1f494766ee7e8347407a6d97ee7e28a463b134e4
parent28e2582b044b196b66fc15eceea786f6bc92f646
kernel-doc/rst: add support for struct/union/enum member references

Link "&foo->bar", "&foo->bar()", "&foo.bar", and "&foo.bar()" to the
struct/union/enum foo definition. The members themselves do not
currently have anchors to link to, but this is better than nothing, and
promotes a universal notation.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
scripts/kernel-doc