Giter Site home page Giter Site logo

doxygen-maven-plugin's Introduction

Doxygen Maven Plugin

Apache License, Version 2.0, January 2004 Build Status Maven Central

License

Apache License, Version 2.0, January 2004

Issue Tracker

The Issue Tracker

Status

TODOs

Usage

The first and simplest usage is to configure the Maven Licenses Verifier Plugin

<plugin>
  <groupId>com.soebes.maven.plugins</groupId>
  <artifactId>doxygen-maven-plugin</artifactId>
  <version>1.1.0</version>
  <executions>
    <execution>
      <phase>test</phase>
      <goals>
        <goal>check</goal>
      </goals>
    </execution>
  </executions>
</plugin>

Settings Configuration

If you like you can configure an appropriate plugin group in your settings.xml file to make life a little bit easier.

<settings>
  ...
  <pluginGroups>
    <pluginGroup>com.soebes.maven.plugins</pluginGroup>
  </pluginGroups>
  ...
</settings>

doxygen-maven-plugin's People

Contributors

diodfr avatar khmarbaise avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

doxygen-maven-plugin's Issues

Warnings not shown if quiet=true

If I set the Option quiet to true, no warnings are shown. This is WRONG, espacially if you use doxygens possibility, to warn about undocumented code.

Possibility to skip the generating

I have a multi module project and want to generate the doxygen only in the parent. Is it possible to include some skip parameter so that I can skip this plugin in the childs?

Apparently Doxygen must be installed

As the doxygen-maven-plugin does not attempt to download and install Doxygen "silently under the hood", the user has to do that manually. I'd like to propose to write that in the system requirements section of the docs. :-)

PROJECT_NAME is set to MIGRATION.PARENT

Seems there is a bug in the plugin. The created doxygen.config contains "PROJECT_NAME = MIGRATION.PARENT", where obviously it should use ${project.name} instead.

Example for parsing C and providing PDF

It would be cool to have a short example how to set up the POM so that Doxygen will parse C source found in src/main/c and provide a PDF output file. :-)

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.