DemaConsulting.DoxygenTool
1.16.1
Prefix Reserved
dotnet tool install --global DemaConsulting.DoxygenTool --version 1.16.1
dotnet new tool-manifest
dotnet tool install --local DemaConsulting.DoxygenTool --version 1.16.1
#tool dotnet:?package=DemaConsulting.DoxygenTool&version=1.16.1
nuke :add-package DemaConsulting.DoxygenTool --version 1.16.1
About
DoxygenTool is a repackaging of the Doxygen Documentation Generator as a Dotnet tool.
Doxygen is already available in numerous formats for installation. Packaging it as a Dotnet tool allows for multiple versions to be installed and cached on a system simultaneously, and users can control which version is used through a Dotnet tool manifest file.
Installation & Usage
The following will add DoxygenTool to a Dotnet tool manifest file:
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local DEMAConsulting.DoxygenTool
The tool can then be executed by:
dotnet doxygen <arguments>
Contributing
Contributions are welcome! Please see our Contributing Guide for details.
Code of Conduct
This project has adopted a Code of Conduct that we expect participants to adhere to.
Security
For information about reporting security vulnerabilities, please see our Security Policy.
License
This project is licensed under the GPL-2.0-or-later License - see the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.