mirror of
https://github.com/boostorg/gil.git
synced 2026-01-31 08:12:14 +00:00
The ::value member is common convention of all MPL and TypeTraits metafunctions. Fixes VS2015 failures (#261)
Boost.GIL Documentation
A simple guide about writing and building documentation for Boost.GIL.
Prerequisites
- Python 3.4+
- Install Sphinx
- Install Doxygen
Installation
Create Python virtual environment:
$ cd boost/libs/gil
$ python3 -m venv .venv
$ source ./.venv/bin/activate
Install Sphinx and Sphinx extensions:
(.venv)$ pip install -r doc/requirements.txt
Build
TODO