Julian Rüth
Julian Rüth
I would be like to package this library for conda-forge. Is there a stable release? If not, would you mind creating one here on github?
> --compilation.commands_dir arg the directory where a compile_commands.json is located, its options have lower priority than the other ones However, the `compile_commands.json` does take preference, see https://github.com/standardese/standardese/blob/master/tool/generator.cpp#L36. We should change...
@tobiashienzsch reported an issue with his library [github.com/tobanteEmbedded/tetl](https://github.com/tobanteEmbedded/tetl): ## My Pipeline - Create markdown files using `standardese v0.5` - Run post-processing python script - Add markdown files to hugo project...
The verbatim extension registers the character `\` as a special inline character with cmark-gfm so that we can detect the string `\verbatim` in a comment. However, this breaks cmark-gfm as...
Currently, it's complicated to install standardese as a shared library. Since we vendor several dependencies (cmark-gfm, cppast, ...) these need to be installed, otherwise the result of `make install` is...
@tobiashienzsch reported some issue with his library [github.com/tobanteEmbedded/tetl](https://github.com/tobanteEmbedded/tetl): ## My Pipeline - Create markdown files using `standardese v0.5` - Run post-processing python script - Add markdown files to hugo project...
@tobiashienzsch reported an issue with his library [github.com/tobanteEmbedded/tetl](https://github.com/tobanteEmbedded/tetl): ## My Pipeline - Create markdown files using `standardese v0.5` - Run post-processing python script - Add markdown files to hugo project...
@tobiashienzsch reported an issue with his library [github.com/tobanteEmbedded/tetl](https://github.com/tobanteEmbedded/tetl): ## My Pipeline - Create markdown files using `standardese v0.5` - Run post-processing python script - Add markdown files to hugo project...
## TODO * [ ] Linking to `std::` does not work ~anymore because cppreference.com changed their URL pattern~ that great because we are only linking to the search page. Maybe...