`cmake --build build --target doc` runs Doxygen to produce XML, then `doc/gen_api_md.py` (~330 lines, stdlib-only) emits a Markdown tree under `doc/api/` that gitea renders directly in its file browser. - 24 class/struct pages + 51 source-file pages + indices, with source links of the form `../../../../src/...#L42` that gitea turns into clickable line-anchored links. - Doxyfile.in templated by CMake (XML-only output to build/doc/xml/). - Pure Python emitter, zero external deps — no doxybook2 (not packaged on Arch) and no moxygen (avoids Node). - Target gracefully disabled if Doxygen or Python 3 is missing at configure time; regular build target unaffected. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
58 lines
2.4 KiB
Markdown
58 lines
2.4 KiB
Markdown
# Source Files
|
|
|
|
| Path | Brief |
|
|
|---|---|
|
|
| [`commands.cpp`](commands_8cpp.md) | — |
|
|
| [`completion.cpp`](completion_8cpp.md) | — |
|
|
| [`component_kind.cpp`](component__kind_8cpp.md) | — |
|
|
| [`component_kind.hpp`](component__kind_8hpp.md) | — |
|
|
| [`connect.cpp`](connect_8cpp.md) | — |
|
|
| [`connect.hpp`](connect_8hpp.md) | — |
|
|
| [`DESIGN.md`](DESIGN_8md.md) | — |
|
|
| [`import_altium.cpp`](import__altium_8cpp.md) | — |
|
|
| [`import_altium.hpp`](import__altium_8hpp.md) | — |
|
|
| [`import_base.hpp`](import__base_8hpp.md) | — |
|
|
| [`import_mentor.cpp`](import__mentor_8cpp.md) | — |
|
|
| [`import_mentor.hpp`](import__mentor_8hpp.md) | — |
|
|
| [`import_ods.cpp`](import__ods_8cpp.md) | — |
|
|
| [`import_ods.hpp`](import__ods_8hpp.md) | — |
|
|
| [`main.cpp`](main_8cpp.md) | — |
|
|
| [`modules.cpp`](modules_8cpp.md) | — |
|
|
| [`modules.hpp`](modules_8hpp.md) | — |
|
|
| [`nets.cpp`](nets_8cpp.md) | — |
|
|
| [`nets.hpp`](nets_8hpp.md) | — |
|
|
| [`parts.cpp`](parts_8cpp.md) | — |
|
|
| [`parts.hpp`](parts_8hpp.md) | — |
|
|
| [`persist.cpp`](persist_8cpp.md) | — |
|
|
| [`persist.hpp`](persist_8hpp.md) | — |
|
|
| [`pin_name.cpp`](pin__name_8cpp.md) | — |
|
|
| [`pin_name.hpp`](pin__name_8hpp.md) | — |
|
|
| [`pin_role.cpp`](pin__role_8cpp.md) | — |
|
|
| [`pin_role.hpp`](pin__role_8hpp.md) | — |
|
|
| [`pins.cpp`](pins_8cpp.md) | — |
|
|
| [`pins.hpp`](pins_8hpp.md) | — |
|
|
| [`README.md`](README_8md.md) | — |
|
|
| [`screen_connect.cpp`](screen__connect_8cpp.md) | — |
|
|
| [`screen_explore.cpp`](screen__explore_8cpp.md) | — |
|
|
| [`screen_main.cpp`](screen__main_8cpp.md) | — |
|
|
| [`screen_net.cpp`](screen__net_8cpp.md) | — |
|
|
| [`screen_search.cpp`](screen__search_8cpp.md) | — |
|
|
| [`screen_settype.cpp`](screen__settype_8cpp.md) | — |
|
|
| [`shell.cpp`](shell_8cpp.md) | — |
|
|
| [`signal_type.hpp`](signal__type_8hpp.md) | — |
|
|
| [`signals.cpp`](signals_8cpp.md) | — |
|
|
| [`signals.hpp`](signals_8hpp.md) | — |
|
|
| [`syselmts.hpp`](syselmts_8hpp.md) | — |
|
|
| [`system.cpp`](system_8cpp.md) | — |
|
|
| [`system.hpp`](system_8hpp.md) | — |
|
|
| [`transform.cpp`](transform_8cpp.md) | — |
|
|
| [`transform.hpp`](transform_8hpp.md) | — |
|
|
| [`transform_vpx.cpp`](transform__vpx_8cpp.md) | — |
|
|
| [`transform_vpx.hpp`](transform__vpx_8hpp.md) | — |
|
|
| [`tui.cpp`](tui_8cpp.md) | — |
|
|
| [`tui.hpp`](tui_8hpp.md) | — |
|
|
| [`tui_helpers.cpp`](tui__helpers_8cpp.md) | — |
|
|
| [`tui_helpers.hpp`](tui__helpers_8hpp.md) | — |
|
|
|
|
← [Top](../index.md)
|