Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 881 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 881 Bytes

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