Fix license version, and some entries issues.

pull/1717/head
xjkdev 3 years ago
parent 77730c3073
commit 44ae69e842

@ -99,7 +99,8 @@ module Docs
if doxygen_type == "Typedefs"
content = content.sub(/\s*=.*$/, "")
end
if not (name.end_with?('module') || name.end_with?('typedefs'))
if not (name.end_with?('module') || name.end_with?('typedefs')) \
and not content.start_with?("Eigen::")
content = name + "::" + content
end

@ -32,7 +32,7 @@ module Docs
options[:attribution] = <<-HTML
&copy; Eigen.<br>
Licensed under the MPL License.
Licensed under the MPL2 License.
HTML
# Skip source code since it doesn't provide any useful docs

Loading…
Cancel
Save