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.7.tar.gz (34.6 kB view details)

Uploaded Source

Built Distribution

mkdoxy-1.1.7-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mkdoxy-1.1.7.tar.gz
Algorithm Hash digest
SHA256 bf55c6c908d393fd397b2527bf93191f7c2949dc4ff665e0a10e7d383707858b
MD5 b6a36eed476f3013abe95a2fa4e07c90
BLAKE2b-256 e5120c80e407f50bdaed5b60c0b361059e91601cbe90bf65cdfcb8504493d2fc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mkdoxy-1.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b2eb0f1107f7c2babfbc88d2fcba103aef0ca1afb939dd6ff66332f5096c75d1
MD5 c3a5aae441996a39f2580a77dd3dfc33
BLAKE2b-256 d2d3430d0d22f68bb6077dbe702897e6001d2897fd3df6391804842c89bcf8f3

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