Skip to content

Files

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 12, 2018
Sep 25, 2021
Aug 12, 2018
Aug 12, 2018
Aug 19, 2018
Feb 12, 2019
Jun 17, 2021
Sep 1, 2018
Aug 19, 2018
Jun 17, 2021
Jun 17, 2021
Jun 17, 2021

d2itemreader Documentation

d2itemreader's documentation uses a combination of:

  • Doxygen to generate XML from the d2itemreader source files
  • A fork of moxygen to generate Markdown from the Doxygen XML file
  • gitbook-cli to generate the final static docs combining the generated API Markdown with the static Markdown files in the docs directory

Building

First, you'll need to have the following installed and accessible via PATH:

On Windows

make.bat
npx gitbook serve

On Linux

./make.sh
npx gitbook serve