ToJans / GenAspDocs

Generate html docs from markdown comments in classic asp pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenAspDocs

A quick and dirty command line tool to extract markdown comments from an asp-file, and save them as html, for documentation purposes.

A markdown-comment is a comment on a newline that starts with `'''``.

You can find an example in the Examples folder.

Example

Usage

GenAspDocs "fromfolder" "tofolder"

About

Generate html docs from markdown comments in classic asp pages

License:The Unlicense


Languages

Language:C# 81.4%Language:ASP 10.6%Language:HTML 8.0%