tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
81 stars 12 forks source link

Exclude the concepts.hpp header from the docs #102

Closed akrzemi1 closed 6 months ago

akrzemi1 commented 7 months ago

https://tzlaine.github.io/parser/doc/html/header/boost/parser/concepts_hpp.html

It is missing concept definitions.

tzlaine commented 7 months ago

Yeah, that's just what boostbook does. I guess I can exclude the header entirely. This is why I have a separate page in the docs that has these concepts in it.