Heinrich Schuchardt 185f812c41 doc: replace @return by Return:
Sphinx expects Return: and not @return to indicate a return value.

find . -name '*.c' -exec \
sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \;

find . -name '*.h' -exec \
sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \;

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-01-19 18:11:34 +01:00
..
2020-08-03 10:46:56 +08:00
2020-09-25 11:27:19 +08:00
2020-11-05 14:58:45 +08:00
2022-01-19 18:11:34 +01:00
2021-01-30 14:25:41 -07:00
2022-01-19 18:11:34 +01:00
2019-12-15 11:44:28 +08:00
2022-01-19 18:11:34 +01:00