Skip to main content

MkDoxy → MkDocs + Doxygen = easy documentation generator with code snippets

Project description

MkDoxy

MkDoxy plugin for MkDocs generates API documentation based on Doxygen comments and code snippets in your markdown files.

Warning Extension is in development and few features are not working properly. More information in Discussions and Issues pages.


:material-home-edit: Online Demo and :simple-github: Demo source-code


Feature List - Installation - Quick start

Feature List

Installation

Install the plugin using pip from PyPI:

pip install mkdoxy

Development version with all dependencies:

python -m pip install mkdoxy ".[dev]"

Install from source:

pip install git+https://github.com/JakubAndrysek/MkDoxy.git

Quick start

mkdocs.yml:

site_name: "My MkDoxy documentation"

theme:
  name: material

plugins:
  - search
  - mkdoxy:
      projects:
        myProjectCpp: # name of project must be alphanumeric + numbers (without spaces)
          src-dirs: path/to/src/project1 # path to source code (support multiple paths separated by space) => INPUT
          full-doc: True # if you want to generate full documentation
          doxy-cfg: # standard doxygen configuration (key: value)
            FILE_PATTERNS: "*.cpp *.h*" # specify file patterns to filter out
            RECURSIVE: True # recursive search in source directories

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Do You Enjoy MkDoxy or Does It Save You Time?

Then definitely consider:

  • supporting me on GitHub Sponsors:

License

This project is licensed under the terms of the MIT license

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

mkdoxy-1.1.4.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

mkdoxy-1.1.4-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

Details for the file mkdoxy-1.1.4.tar.gz.

File metadata

  • Download URL: mkdoxy-1.1.4.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.17

File hashes

Hashes for mkdoxy-1.1.4.tar.gz
Algorithm Hash digest
SHA256 b6c46805633eb8188303ab6a81fc3a91f943e1cb37b2b2e42abd4b677daaa027
MD5 005f68591f6803f6080f37825a960ec2
BLAKE2b-256 2d6c84b943152ca4b338e1a326f79a2ac769c1314e519c42920cb63c2c92eedb

See more details on using hashes here.

File details

Details for the file mkdoxy-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: mkdoxy-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.17

File hashes

Hashes for mkdoxy-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 beef57c93567c9efae0f11889b2258606feac0e12084ae3223b10145b37cc7fd
MD5 8f5dd76e37b9fe5bf1946401756bbfc7
BLAKE2b-256 c930622c1ae6fc0b48d1854181dce4b239244e4ec81213465013b28dff73f4af

See more details on using hashes here.

Supported by

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