Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 775 Bytes

Doxygen documentation

This directory contains the files needed to generate the documentation of MapLibre Native Core using Doxygen.

Doxygen Awesome is used as a theme and is included as a submodule. To update, simply check out a new version of the submodule.

The [MAINPAGE.md](./MAINPAGE.md) file contains the contents of the first page you see when you open the documentation website. While [footer.html](./footer.html) contains the contents of the footer.

To generate the documentation, run

doxygen

in this directory.

While working on the documentation you might find it useful to run a file server. For example, you can use:

cd html
python -m http.server