Update docs
This commit is contained in:
+2576
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
DOXYGEN_INDEX = doxygen/html/index.html
|
||||
|
||||
all: $(DOXYGEN_INDEX)
|
||||
|
||||
$(DOXYGEN_INDEX):
|
||||
doxygen Doxyfile
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
doxygen
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user