diff options
author | 2017-12-02 19:51:49 +0100 | |
---|---|---|
committer | 2017-12-15 17:29:21 +0100 | |
commit | a07369d7fb0df37c61f271280b7497a882a3d291 (patch) | |
tree | 28a818969877e0b20872817542bf9496ab7aef51 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | batman-adv: Use inline kernel-doc for enum/struct (diff) | |
download | linux-dev-a07369d7fb0df37c61f271280b7497a882a3d291.tar.xz linux-dev-a07369d7fb0df37c61f271280b7497a882a3d291.zip |
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 <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions