Žiga Sajovic
Results
2
issues of
Žiga Sajovic
Is it possible to use your tooling, to generate a browser for a header only library? I wish to use it on the [CppML](https://github.com/ZigaSajovic/CppML) meta-language. If I missed the instructions...
### Observed behavior I provide a trivial illustrating example. Assume two header files `header0.hpp` ```c++ class base {} ``` `header1.hpp` ```c++ #include "header0.hpp" class derived : base {} ``` and...