Erez Oxman
Erez Oxman
Also added `example.js` and `example.css` that allow github format hash (#L59-#L79) line coloring, and click functionality. I intentionally added example files externally and not in `highlight-line-numbers.js` because it might be...
Hi, I've created a documentation with API reference, you can see it at https://libyaml.docsforge.com/ Hope it's helpful for anyone using libyaml. The docs are built automatically every week so they...
Copied relevant docs from https://github.com/yaml/pyyaml.org. I think it's helpful for users if all relevant docs appear inside the repo. I've also created a docs for LibYAML on https://doxiz.com/LibYAML/. It's a...
Hi, I've created a documentation with API reference, you can see it at https://yaml-cpp.docsforge.com/ Hope it's helpful for anyone using yaml-cpp. The docs are built automatically every week so they...
A documentation related question about "How-to-parse-a-document-old-api.md": The old API breaks if you skip to this section without reading the earlier tutorial section "Converting To/From Native Data Types" wherein the righteous...
Copied relevant docs from https://github.com/yaml/pyyaml.org. I think it's helpful for users if all relevant docs appear inside the repo. I've also created a docs for PyYaml on https://doxiz.com/PyYAML/. It's a...
For debugging purposes, seeing doxygen's html output can be quite useful . This is especially true when playing with doxygen's preprocessor commands. Instead of requiring the users to install doxygen...
Users will be able to supply their own html template, and fully customize how their documentation looks. The only suggested fields the user should always keep are `{{sidebar}}` the actual...
From discord: Instead of having a single section "Public API" for the API documentation, would it be possible to have multiple, user defined sections? That way I could create one...