]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - scripts/kernel-doc
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)
commitf3341dcf3bdcd1209b2911f35e4e970b789c4744
tree1f494766ee7e8347407a6d97ee7e28a463b134e4
parent47ae7aed34ee9017e9eeb2ad066786239456a90f
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