11 Commits

Author SHA1 Message Date
Victor Wheeler
bcfba6b442 docs(macros): fix many macro links to API docs (#9533) 2026-01-26 16:31:31 +01:00
Victor Wheeler
d2bbbcc854 docs(color): fix unexpected API page links (#9338) 2025-12-20 15:12:25 +08:00
Victor Wheeler
ec060c97e5 docs(misc): fix typos, grammar and add missing function links to api pages (#9126) 2025-10-27 15:50:26 -03:00
Victor Wheeler
1af3da0139 docs(api_doc_builder.py): fix frail assumptions in API-page generation (#8694) 2025-08-15 22:24:43 +02:00
Victor Wheeler
450a3902ec docs(misc): minor improvements to:
- update documentation,
- add newly-clarified knowledge into pull-request policy
- help doc-writers/editors get things right the first time
2025-06-30 09:43:16 +02:00
Victor Wheeler
e92ce1f8f6 docs(doxygen_xml.py): exclude files that...
- create type-definition conflicts (where only one of these would
  every be included in a real compilation), and
- would force us to do an unwanted work-around (refactor of `lv_poperty_t`)
  (this excludes lv_obj_property.h from the API pages for now until Breathe
  gets fixed).

Also update comments in api_doc_builder.py.
2025-06-26 17:16:47 +02:00
Victor Wheeler
56daedd2ff docs(1-level TOC styling): multiple fixes... (#8431) 2025-06-24 10:03:47 +02:00
Victor Wheeler
6b34873c96 chore(api_doc_builder): fix TOC ordering on API pages. (#8421) 2025-06-24 08:34:21 +02:00
Victor Wheeler
569689967e chore(api_doc_builder): fix regex for unix systems (#8342) 2025-06-17 09:48:08 +02:00
Victor Wheeler
b5dc0418ea docs(API): make API TOCs easier to use 2025-05-21 12:52:57 +02:00
Victor Wheeler
69052cd2ea docs(doc_builder.py): overhaul, remove bugs, clean up, modularize (#7913)
Some checks are pending
Arduino Lint / lint (push) Waiting to run
MicroPython CI / Build esp32 port (push) Waiting to run
MicroPython CI / Build rp2 port (push) Waiting to run
MicroPython CI / Build stm32 port (push) Waiting to run
MicroPython CI / Build unix port (push) Waiting to run
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Waiting to run
C/C++ CI / Build ESP IDF ESP32S3 (push) Waiting to run
C/C++ CI / Run tests with 32bit build (push) Waiting to run
C/C++ CI / Run tests with 64bit build (push) Waiting to run
BOM Check / bom-check (push) Waiting to run
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Waiting to run
Verify the widget property name / verify-property-name (push) Waiting to run
Verify code formatting / verify-formatting (push) Waiting to run
Build docs / build-and-deploy (push) Waiting to run
Test API JSON generator / Test API JSON (push) Waiting to run
Check Makefile / Build using Makefile (push) Waiting to run
Check Makefile for UEFI / Build using Makefile for UEFI (push) Waiting to run
Port repo release update / run-release-branch-updater (push) Waiting to run
Verify Kconfig / verify-kconfig (push) Waiting to run
2025-03-20 13:54:45 +01:00