commit | f3341dcf3bdcd1209b2911f35e4e970b789c4744 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Thu May 26 16:35:02 2016 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Mon May 30 13:38:57 2016 +0300 |
tree | 1f494766ee7e8347407a6d97ee7e28a463b134e4 | |
parent | 47ae7aed34ee9017e9eeb2ad066786239456a90f [diff] |
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>