feat: convert comments to doc comments

This commit is contained in:
Jake Hamilton
2023-08-17 00:24:05 -07:00
parent 116971f60d
commit 838d233474
13 changed files with 559 additions and 226 deletions

View File

@@ -52,6 +52,7 @@
};
_snowfall = rec {
raw-config = config;
config = {
@@ -59,6 +60,11 @@
src = ./.;
namespace = "snowfall";
lib-dir = "snowfall-lib";
meta = {
name = "snowfall-lib";
title = "Snowfall Lib";
};
};
internal-lib =