tocic

Results 25 comments of tocic

I like how it's done in SFML using doxygen: public members don't get any labels (most of your documented API will be public), but protected ones do (compare [this](https://www.sfml-dev.org/documentation/2.6.0/classsf_1_1Clock.php) and...

I tried to make a solution for the gerenal case and came up with the patch below. But it turned out to be more difficult than I expected :). I...

I believe we should parse the refs first and only then convert markdown to html. In that case, this is the list of possible refs we might encounter. ```bash tmp=''...

And here are the characters I think we can safely support: ``` §\[[^]]+\](?:¶\S*[\w&>

Maybe something like `find_package -> if (WIN32 AND NOT YAML_CPP_LIBRARIES) -> FetchContent/CPMAddPackage/submodule` in CMake would help. Alternatively, everyone may use `contrib/libyaml` directly without an external dependency. In Arch specifically there...