basic header docs of all public modules

This commit is contained in:
Adam D. Ruppe 2019-12-06 22:57:49 -05:00
parent 4e49255070
commit 8d57ff1f5e
35 changed files with 109 additions and 43 deletions

4
web.d
View file

@ -1,4 +1,6 @@
/// magic web wrapper
/++
Old magic web wrapper - one of my first applications of CT reflection. Given a class of fairly ordinary C code, it automatically creates HTML pages and forms, a Javascript file to access the functions from the client, and JSON based api responses. I do $(I not) recommend it for new projects though, as a replacement is now built into [arsd.cgi].
+/
module arsd.web;