mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
[tools] gen_modules_doc: update wiki url
This commit is contained in:
@@ -34,7 +34,7 @@ def modules_overview_page(modules_dict):
|
|||||||
s = dox_new_page("onboard_modules", "Onboard Modules")
|
s = dox_new_page("onboard_modules", "Onboard Modules")
|
||||||
s += "@tableofcontents\n"
|
s += "@tableofcontents\n"
|
||||||
s += "The modules allow to add new code in a flexible way with initialisation, periodic and event functions without modifying the main AP loop.\n"
|
s += "The modules allow to add new code in a flexible way with initialisation, periodic and event functions without modifying the main AP loop.\n"
|
||||||
s += "Also see http://paparazzi.enac.fr/wiki/Modules\n\n"
|
s += "Also see http://wiki.paparazziuav.org/wiki/Modules\n\n"
|
||||||
s += "@section modules_list List of available modules\n\n"
|
s += "@section modules_list List of available modules\n\n"
|
||||||
|
|
||||||
# dict with dirs and modules under that dir
|
# dict with dirs and modules under that dir
|
||||||
|
|||||||
Reference in New Issue
Block a user