Доработал модуль TIM (с точки зрения документции. Код не проверен)
Доработна документация в целом - добавелн main page - исправлены ошибки в шапках и коментах - добавлен граф инклюдов
This commit is contained in:
@@ -25,6 +25,20 @@
|
||||
var NAVTREE =
|
||||
[
|
||||
[ "MyLibs", "index.html", [
|
||||
[ "Обзор", "index.html#overview", [
|
||||
[ "Основные возможности", "index.html#features", [
|
||||
[ "Общие утилиты <a class=\"el\" href=\"group___m_y_l_i_b_s___d_e_f_i_n_e_s.html\">General Defines</a>", "index.html#utils_module", null ],
|
||||
[ "Трассировка <a class=\"el\" href=\"group___t_r_a_c_e.html\">Trace defines</a>", "index.html#trace_module", null ],
|
||||
[ "Модуль GPIO <a class=\"el\" href=\"group___m_y___l_i_b_s___g_p_i_o.html\">GPIO Tools</a>", "index.html#gpio_module", null ],
|
||||
[ "Модуль таймеров <a class=\"el\" href=\"group___m_y___l_i_b_s___t_i_m.html\">TIM Tools</a>", "index.html#tim_module", null ]
|
||||
] ],
|
||||
[ "Структура проекта", "index.html#structure", null ],
|
||||
[ "Использование", "index.html#usage_basic", [
|
||||
[ "Пример работы с GPIO", "index.html#gpio_example", null ],
|
||||
[ "Пример работы с таймером", "index.html#tim_example", null ]
|
||||
] ],
|
||||
[ "Зависимости", "index.html#dependencies", null ]
|
||||
] ],
|
||||
[ "Topics", "topics.html", "topics" ],
|
||||
[ "Classes", "annotated.html", [
|
||||
[ "Class List", "annotated.html", "annotated_dup" ],
|
||||
@@ -49,7 +63,8 @@ var NAVTREE =
|
||||
|
||||
var NAVTREEINDEX =
|
||||
[
|
||||
"____general__flash_8c_source.html"
|
||||
"____general__flash_8c_source.html",
|
||||
"trace_8h_source.html"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronization';
|
||||
|
||||
Reference in New Issue
Block a user