jothepro

Results 66 comments of jothepro

FYI I'm starting to experiment with splitting up the repo. The first step is to extract the parster/generator into one repo: https://github.com/jothepro/djinni-generator As soon as I have established some basic...

# Update: Here is my first take on adding integration-tests for the generator: https://github.com/jothepro/djinni-generator/blob/master/src/it/scala/djinni/GeneratorIntegrationTest.scala It tests if a given djinni-IDL-file produces the expected output. For that I'm calling the cli...

I want to create the following new repositories in `cross-language-cpp`: - `djinni-documentation` - contains documentation about dijnni & publishes it as github page. Contains logic to pull the docs from...

Thanks for the super quick response! I can confirm that the suggested workaround does solve the problem for me! I'm not really interested in the additional, proprietary values. IMO it's...

In [pydjinni](https://github.com/pydjinni/pydjinni) I've worked around the issue by disabling deprecation warnings in the affected code, e.g. like this: ```cpp #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" class MyInterface...

I understand that this might be an issue in some cases! Do you have a suggestion on how this could be improved? The decision to make every page on a...

Thanks for tracking down the source of the problem! I was aware of it but unable to fix it so far.

I can't tell why but this seems to be fixed in [v2.4.0](https://github.com/jothepro/doxygen-awesome-css/releases/tag/v2.4.0).

Code blocks should definitely work as you described! It seems like the link in your post doesn't work anymore. Can you provide an updated link to the Doxygen version with...

I cannot reproduce the issue, when using the Doxygen setup in this repository, the code blocks render just fine. You can also see them working [here](https://jothepro.github.io/doxygen-awesome-css/class_my_library_1_1_example.html#autotoc_md5) ([code](https://github.com/jothepro/doxygen-awesome-css/blob/main/include/MyLibrary/example.hpp#L112)). I am assuming...