Coder Social home page Coder Social logo

mkdocs-doxygen-plugin's Introduction

MkDocs Doxygen plugin

This mkdocs plugin allows to generate Doxygen documentation as part of the build process. Doxygen is run (post-build) for each entry in the packages configuration entry (a list of mappings) and the html output moved to a subdirectory of site_dir, with the same name as the entry's key.

As an example, the configuration

plugins:
  - doxygen:
      packages:
        - doxygen:
            url : .

will run doxygen in the current project root, and move the output to site/doxygen.

In addition to the url parameter, the Doxygen configuration file (relative to url) can be specified (by default Doxyfile and doxygen.cfg are searched for), as well as the working directory (relative to the directory with the Doxygen configuration file).

url can be a local path as well as a remote url. In the latter case, git clone is used to get a working copy (only if enabled by setting tryclone to true).

If your doxygen is distributed across submodules linked into your top level repo then the recursive option will clone these and so the top level doxygen will have access to this code for collecting the documentation as well. By default this will not happen.

An example of such a

plugins:
  - doxygen:
      tryclone: yes
      recursive: yes
      packages:
        - doxygen:
            url    : .
        - doxyfwk:
            url    : https://github.com/cp3-llbb/Framework.git
            config : docs/doxygen.cfg
            workdir: . ## could be left out in this case

mkdocs-doxygen-plugin's People

Contributors

pieterdavid avatar smeehan12 avatar kg-intec avatar eduardomarossi avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.