mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fixed markups in dtrace_probes.rdoc [ci skip]
* `+` can enclose just a word. * TIDYLINK with braces gets confused when other braces even inside code precede.
This commit is contained in:
parent
144b11e03e
commit
a5832c9a37
1 changed files with 6 additions and 6 deletions
|
@ -57,15 +57,15 @@ with when they are fired and the arguments they take:
|
|||
filename the file name where the method is _being called_ (a string)
|
||||
lineno the line number where the method is _being called_ (an int)
|
||||
|
||||
*NOTE*: will only be fired if tracing is enabled, e.g. with: +TracePoint.new{}.enable+.
|
||||
See {ticket #14104}[https://bugs.ruby-lang.org/issues/14104] for more details.
|
||||
*NOTE*: will only be fired if tracing is enabled, e.g. with: <code>TracePoint.new{}.enable</code>.
|
||||
See Feature#14104[https://bugs.ruby-lang.org/issues/14104] for more details.
|
||||
|
||||
[ruby:::method-return(classname, methodname, filename, lineno);]
|
||||
This probe is fired just after a method has returned. The arguments are the
|
||||
same as "ruby:::method-entry".
|
||||
|
||||
*NOTE*: will only be fired if tracing is enabled, e.g. with: +TracePoint.new{}.enable+.
|
||||
See {ticket #14104}[https://bugs.ruby-lang.org/issues/14104] for more details.
|
||||
*NOTE*: will only be fired if tracing is enabled, e.g. with: <code>TracePoint.new{}.enable</code>.
|
||||
See Feature#14104[https://bugs.ruby-lang.org/issues/14104] for more details.
|
||||
|
||||
[ruby:::cmethod-entry(classname, methodname, filename, lineno);]
|
||||
This probe is fired just before a C method is entered. The arguments are the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue