diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-01 13:54:14 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 1cc6a04b8bce82fa83b62d919bf8bdf14cad0b92 (patch) | |
tree | d8c44fa4acb7f588640b2be4117e26bbb864221c /src/sdp.d | |
parent | header, body split a more reliable regex solution (diff) |
update sdlang, start looking to using dub remote dependenciesdoc-reform_v0.0.6
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,6 +42,7 @@ private import mixin(import("version.txt")); mixin CompileTimeInfo; mixin RgxInit; +/++ A SiSU document parser writen in D. +/ void main(string[] args) { mixin SiSUregisters; mixin SiSUheaderExtractHub; @@ -248,3 +249,11 @@ void main(string[] args) { } } } +/// sdp sisu document parser +unittest { + /++ + name "sdp" + description "A SiSU document parser writen in D." + homepage "http://sisudoc.org" + +/ +} |