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>
|
||
|---|---|---|
| .. | ||
| boot0.h | ||
| pinctrl.h | ||
| platform.h | ||
| scu_ast2500.h | ||
| scu_ast2600.h | ||
| sdram_ast2500.h | ||
| sdram_ast2600.h | ||
| timer.h | ||
| wdt.h | ||
| wdt_ast2600.h | ||