Skip to content

Commit

Permalink
Add Crystal::LLVM_VERSION to docs (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored and bcardiff committed Mar 10, 2017
1 parent 3e1abe3 commit 8a437e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/doc/generator.cr
Expand Up @@ -172,7 +172,7 @@ class Crystal::Doc::Generator
return false unless type.namespace == crystal_type

{"BUILD_COMMIT", "BUILD_DATE", "CACHE_DIR", "DEFAULT_PATH",
"DESCRIPTION", "PATH", "VERSION"}.each do |name|
"DESCRIPTION", "PATH", "VERSION", "LLVM_VERSION"}.each do |name|
return true if type == crystal_type.types[name]?
end

Expand Down

0 comments on commit 8a437e6

Please sign in to comment.