dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link
code-documentation d ddoc dlang documentation-generator documentation-tool markdown-doc

harbored-mod CI status

Introduction

Documentation generator for D with Markdown support, based on harbored.

Harbored-mod supports both DDoc and Markdown in documentation comments, but DDoc takes precedence. This means that there are slight differences from standard Markdown.

Getting started

Building

Setting up

At this point you should have a binary called hmod in the bin directory.

Features

Differences from vanilla Markdown

Instead, use either (standard Markdown):

## Subheading

Or (non-standard):

Subheading
**********

Directory structure

Directory Contents
./ This README, Makefile, license.
./bin Harbored-mod binaries when compiled.
./src Source code.
./strings Files compiled into Harbored-mod to be used in generated documentation (e.g. the default CSS style).

Credits

Harbored-mod is based on harbored by Brian Schott, with modifications by Ferdinand Majerech aka Kiith-Sa, maintained by the dlang-community.