Crystal: Non-existing links generated in docs when using required classes in alias

Created on 26 Nov 2018  路  1Comment  路  Source: crystal-lang/crystal

Generating docs for

require "colorize"

struct Colorize::Object
end

alias Alias = Colorize

results in:
grafik
When clicking on Object, it leads me to a non-existing page.

Similar bug:

Generating docs for

require "colorize"

struct Colorize::Object
end

alias Alias = Colorize::Object

results in:
grafik
Clicking on Colorize::Object(T) leads me to a non-existing page.

Non-existing page links are also generated when having `Colorize` / `Colorize::Object` in the documentation of for example a method.

bug docs compiler tools

Most helpful comment

I can take a look at this.

>All comments

I can take a look at this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sija picture Sija  路  3Comments

lgphp picture lgphp  路  3Comments

lbguilherme picture lbguilherme  路  3Comments

relonger picture relonger  路  3Comments

nabeelomer picture nabeelomer  路  3Comments