hyde icon indicating copy to clipboard operation
hyde copied to clipboard

A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation

Results 29 hyde issues
Sort by recently updated
recently updated
newest added

The front matter in a Jekyll file may contain non-related tags to hyde. For example, the stlab libraries have a tag `examples:` that lists a set of example files to...

**Is your feature request related to a problem? Please describe.** This is a feature request. **Describe the solution you'd like** I would like an option added to hyde, `--infer-owner` (subject...

Hyde was originally built against version 9 of clang tooling. Now that we're at version 13, I figure it's time to update things. I'll go through the PR and add...

### Expected Behaviour To be able to leave an empty enum in the code, e.g.: ``` enum Options { // add your amazing option here } ``` Why would I...

**Describe the bug** Building fails on ubuntu 20.04 with compiler errors. A clear and concise description of what the bug is. **To Reproduce** Can easily be reproduced in a docker...

The Requirements notes mention version 7 of the LLVM toolchain as dependencies. The Bionic release's llvm versions are pinned to LLVM 6

Hi! A friend of mine recommended this tool and I would like to use it on my libraries. I really like the output format, easy to read and easy to...

**Is your feature request related to a problem? Please describe.** Compiler generated code (default constructor etc) should not be required to be tested by tests. **Describe the solution you'd like**...

**Describe the bug** The titles in the front matter for directory pages don't conform to the directories they're being generated from. **To Reproduce** Generate yaml for the following files: -...

Hi, We're trying to use hyde. We like the results so far! I want to ask about the -hyde-json workflow, instead of yaml. I'm aware that the stlab example uses...