Skip to content

Retrieve embdoc body #622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2018
Merged

Retrieve embdoc body #622

merged 1 commit into from
May 6, 2018

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented May 6, 2018

I thought that RDoc should keep =begin/=end for quoted source code.

# document
#
#   =begin
#   test embdoc
#   =end
#
def blah
end

A commit, ced2fa3, it fixed embdoc to keep delimiter. But it changes the behavior of documents by embdoc.

=begin
document
=end
class Foo
end

The class Foo has a document with =begin/=end. It's just bug. This commit fixes it.

This closes #600.

I thought that RDoc should keep =begin/=end for quoted source code.

  # document
  #
  #   =begin
  #   test embdoc
  #   =end
  #
  def blah
  end

A commit, ced2fa3, it fixed embdoc to keep delimiter. But it changes
the behavior of documents by embdoc.

  =begin
  document
  =end
  class Foo
  end

The class Foo has a document with =begin/=end. It's just bug. This
commit fixes it.
@aycabta aycabta merged commit 4f3ec64 into ruby:master May 6, 2018
@aycabta aycabta deleted the retrieve-embdoc-body branch May 6, 2018 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

block comment delimiters are in the documentation
1 participant