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
No known key found for this signature in database
GPG key ID: 9762169A1B35EA68
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 =