Skip to main content

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

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

Pull requests are welcome

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

esp_doxybook-0.2.4.tar.gz (25.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

esp_doxybook-0.2.4-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

Details for the file esp_doxybook-0.2.4.tar.gz.

File metadata

  • Download URL: esp_doxybook-0.2.4.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for esp_doxybook-0.2.4.tar.gz
Algorithm Hash digest
SHA256 900e8132859c59aae8afc75a4c7921b0278ebfbf4e0a98c1026f6f7903ceec9f
MD5 82d0f8ce948296252e4002f5c223e8b9
BLAKE2b-256 b4e08e4508f381d038b7d474d4a7388e8069c73a24f5f5b27377ab8dff195e3c

See more details on using hashes here.

File details

Details for the file esp_doxybook-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: esp_doxybook-0.2.4-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

Hashes for esp_doxybook-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9fd2315174aa454d58c994e337e08ed62481b5e6c67443150e0ff24f52fc40eb
MD5 e55d2d0d0591747557a365107a050108
BLAKE2b-256 218828681563fde200ca888a6b1df689006877838f1ce8ae44ac3fdcdcc5da5b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page