mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
basic header docs of all public modules
This commit is contained in:
parent
4e49255070
commit
8d57ff1f5e
35 changed files with 109 additions and 43 deletions
4
web.d
4
web.d
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue