1 file changed
+1
-1
lines changedSubmodule pdoc updated 27 files
- lib/pdoc.rb+1
- lib/pdoc/error.rb+4
- lib/pdoc/generators/html.rb+1
- lib/pdoc/generators/html/helpers.rb+1
- lib/pdoc/generators/html/page.rb+7-5
- lib/pdoc/generators/html/syntax_highlighter.rb+1
- lib/pdoc/generators/html/template.rb+1
- lib/pdoc/generators/html/website.rb+7-1
- lib/pdoc/models.rb+1
- lib/pdoc/models/entity.rb+4
- lib/pdoc/parser/fragment.rb+56
- lib/pdoc/runner.rb+1
- pdoc.gemspec+1-2
- templates/html/assets/images/pdoc/class.png
- templates/html/assets/images/pdoc/class_deprecated.png
- templates/html/assets/images/pdoc/namespace.png
- templates/html/assets/images/pdoc/subclass.png
- templates/html/assets/images/pdoc/superclass.png
- templates/html/assets/stylesheets/pdoc/api.css+5-1
- templates/html/layout.erb+7-1
- templates/html/node.erb+1-6
- templates/html/partials/class_relationships.erb+1-1
- templates/html/partials/description.erb+5
- templates/html/partials/mixins.erb+7
- templates/html/partials/title.erb+6-4
- templates/html/section.erb+4-8
- test/unit/parser/test_fragment.rb+80
0 commit comments