Convert Doxygen XML output into a single-file API reference in Markdown format.
Project description
esp-doxybook
This is a tool that converts Doxygen XML output into a single-file API reference in Markdown format.
Live Demo
- C Project: https://espressif.github.io/doxybook/c_api/
- C++ Project: https://espressif.github.io/doxybook/cpp_api/
Requirements
You need to have python 3.7 or newer and Jinja2 package installed.
Memory usage
Needs up to 100MiB of memory. Parsing super large projects can use up to 0.5GiB of memory. For example, a project consisting of 1000 Doxygen xml files can use 550MiB of memory, but I would be worried more about VuePress or GitBook memory usage while using that many files.
Installation
Install using Python Pip: https://pypi.org/project/esp-doxybook/
Use with pre-commit
- repo: https://github.com/espressif/doxybook
rev: v0.2.2
hooks:
- id: doxygen-api-md
The default path of the generated xml files is xml
, make sure it's matching the path in your Doxyfile.
For example, if you have this in your Doxyfile:
OUTPUT_DIRECTORY = ./doxygen_output
Then you need to set the path in the pre-commit config like this:
- repo: https://github.com/espressif/doxybook
rev: v0.2.2
hooks:
- id: doxygen-api-md
args: ["-i", "doxygen_output/xml", "-o", "docs/api.md"]
Make sure you've installed doxygen
before you run pre-commit install
. Otherwise, the hook will fail.
Compile the example
git clone https://github.com/espressif/doxybook.git
cd doxybook
# Install dependencies
python -m venv venv
source venv/bin/activate
pip install flit
flit install -s
# Let's take C project as an example
cd example/c
esp-doxybook -i temp/xml -o ../../docs/c_api.md
# Preview Markdown with MkDocs
cd ../../
mkdocs serve
Then go to http://localhost:8000/c_api/
to see the generated documentation.
Found a bug or want to request a feature?
Feel free to do it on GitHub issues
Pull requests
License
MIT License
Copyright (c) 2019 Matus Novak
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Additions Copyright (c) 2022 Espressif Systems (Shanghai) Co. Ltd.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file esp_doxybook-0.2.2.tar.gz
.
File metadata
- Download URL: esp_doxybook-0.2.2.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e39eaee21b30d8d5a8ebd7965299ad8af3b38387925a9e7ce0f0eb166ecdbdfe |
|
MD5 | 647a034cf2c241d402043ca8958c9f0e |
|
BLAKE2b-256 | 487df09c8840c909d387d4913f3a0c93bfe47b438c353b521aafea326c0556e3 |
File details
Details for the file esp_doxybook-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: esp_doxybook-0.2.2-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc1219fa3f0868f7de92332c235edd3796aa760b4fc6e997e193ead8658a020a |
|
MD5 | b68d3230aee5301269f448a16d5bec8d |
|
BLAKE2b-256 | 1ed81707628c233f866c6e69a65a313dac97468c7f3e61c87ca6d80613575570 |