commit | e57acf8e93fb65715af7595066d99d4c0c3f0235 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat Dec 02 19:51:52 2017 +0100 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Fri Dec 15 17:29:23 2017 +0100 |
tree | de305cffed87501d2fe176fcd03c90946c1f9d4d | |
parent | 73844a8c78cc975ac43fec05f7c90417f5f99742 [diff] |
batman-adv: Add kernel-doc to functions in headers Externally visible functions should be documented with kernel-doc. This usually refers to non-static functions but also static inline files in headers are visible in other files and should therefore be documented. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>