Thomas Thomassen

Results 163 issues of Thomas Thomassen

In a project where I use stdlib's `SimpleDelegator` it emits and error, saying the type is unknown. I tried adding the `library` name to the steep config, but got an...

If my project's RBS files need to refer to third party libs/gems, and there are RBS generated for this third party, how can I make `steep` understand/use the third party...

It appear that when I run `yard stats --list-undoc` the generated HTML output is also updated, like when I run `yard doc`. Is this something that can be relied on?...

I'm working on adding additional documentation in a `.md` document that ships with the API docs. In the docs I have C/C++ code examples for Ruby C Extensions. However, these...

# Description We host our generated docs on GitHub via GitHub pages. Via GitHub's security warnings we started seeing this recent: ![image](https://user-images.githubusercontent.com/192418/96709110-83ad5c00-139a-11eb-8968-b894c1579226.png) We can patch this on our end, but...

# Description This is experimenting into allowing `@!group` directive tags to be picked up by `CParser`. (#1237) This is a kludgy approach - but I wanted to get the conversation...

I'm adding an alias to a method in an API where the method has already been publicly released. Looking for a way to denote when the alias as added. Is...

What is the difference between using `--no-api` and `--hide-api`?

Question

`@!group` and `!endgroup` directives in C/C++ source is ignored. When the statement for ` // @!group Foos` is processed it's relegated to the `YARD::Handlers::C::OverrideCommentHandler` handler. In its `process` method it...

This is a feature improvement proposal; splitting out from another thread: https://github.com/SketchUp/ruby-c-extension-examples/blob/master/Hello%20World/src/RubyUtils/RubyUtils.h#L21 > Would you accept a PR the allow {include:} to use the location of the current file that...