[I didn't want to piggyback on the other issue because this is about actual concepts, not just doc]
We are currently writing a library that uses actual concepts (as in the TS) and I was wondering if standardese handles them any better than regular doxygen?
Doxygen makes regular templatized variables of the concept definitions (which is not nice, but ok) and it puts all of the requires clause into the return type of a constrained functions (which makes the documentation horrible to read).
Does standardese work any better or is it limited by libclang's inability to parse Concepts TS right now?
Thanks!
[I didn't want to piggyback on the other issue because this is about actual concepts, not just doc]
We are currently writing a library that uses actual concepts (as in the TS) and I was wondering if standardese handles them any better than regular doxygen?
Doxygen makes regular templatized variables of the concept definitions (which is not nice, but ok) and it puts all of the requires clause into the return type of a constrained functions (which makes the documentation horrible to read).
Does standardese work any better or is it limited by libclang's inability to parse Concepts TS right now?
Thanks!