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" if doxygen_type == "Typedefs"
content = content.sub(/\s*=.*$/, "") content = content.sub(/\s*=.*$/, "")
end 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 content = name + "::" + content
end end

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

Loading…
Cancel
Save