Add doxygen

This commit is contained in:
2021-09-06 17:24:23 +02:00
parent f337ef38c6
commit 537f7c6641
5 changed files with 2598 additions and 3 deletions

9
doc/shell.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell rec {
buildInputs = with pkgs; [
doxygen
];
}