Jonathan Müller

Results 136 comments of Jonathan Müller

I can't reproduce that using clang 14.0.6 and do not have access to clang 15 at the moment. Can you verify that the issue does not appear when you downgrade...

I have the `test.h` file you've shown above. I then use `./cppast -v test.h -std=c++20` and get the expected output: ``` AST for 'test.h': |-string (include directive): `#include ` +-Dummy...

If you want, I can also transfer ownership of cppast to the standardese organization.

I will transfer ownership during the holidays, I've been very busy the past couple of weeks.

I can't transfer ownership, you need to delete the cppast fork first.

I've put the output standardese currently generates on my website. You can browse it by file: http://foonathan.net/doc/brigand/standardese_files.html Or by entity: http://foonathan.net/doc/brigand/standardese_entities.html As there are no documentation comments it just generates...

I've fixed that on develop. If there is anything else I can improve or if you need help with anything, let me know.

I've updated the generated documentation with the latest develop build as well as enabled the option `--output.require_comment_for_full_synopsis=false`. It forces the full synopsis of class types in the file synopsis as...

Couldn't we remove the prefix to have the same name? Otherwise I agree.