diff options
author | Sven Eckelmann <[email protected]> | 2017-12-02 19:51:49 +0100 |
---|---|---|
committer | Simon Wunderlich <[email protected]> | 2017-12-15 17:29:21 +0100 |
commit | a07369d7fb0df37c61f271280b7497a882a3d291 (patch) | |
tree | 28a818969877e0b20872817542bf9496ab7aef51 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 8b84cc4fb556b24fcd2c9529ad4b13556258f668 (diff) |
batman-adv: Fix kernel-doc references to struct members
The correct syntax to create references in kernel-doc to a struct member is
not "struct_name::member"" but "&struct_name->member" or
"&struct_name.member". The correct syntax is required to get the correct
cross-referencing in the reStructuredText text output.
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Simon Wunderlich <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions