example/Bird.md in yard-markdown-0.3.1 vs example/Bird.md in yard-markdown-0.3.2
- old
+ new
@@ -3,21 +3,17 @@
**Defined in:** example.rb
The base class for all birds.
+# Public Instance Methods
+## _fly_impl(_direction, _velocity) [](#method-i-_fly_impl)
+:nodoc:
- # Public Instance Methods
-
- ## _fly_impl(_direction, _velocity) [](#method-i-_fly_impl)
- :nodoc:
+## fly(direction, velocity) [](#method-i-fly)
+Fly somewhere.
-
-
- ## fly(direction, velocity) [](#method-i-fly)
- Fly somewhere.
-
Flying is the most critical feature of birds.
:args: direction, velocity
:call-seq:
@@ -26,28 +22,17 @@
# Example
fly(:south, 70)
+## speak() [](#method-i-speak)
+Produce some noise. -- FIXME: maybe extract this to a base class `Animal`? ++
-
- ## speak() [](#method-i-speak)
- Produce some noise. -- FIXME: maybe extract this to a base class `Animal`? ++
-
+# Constants
+## DEFAULT_DUCK_VELOCITY [](#constant-DEFAULT_DUCK_VELOCITY)
+Default velocity for a flying duck.
+## DEFAULT_SPEED [](#constant-DEFAULT_SPEED)
+Maximum speed for a swimming duck.
-
- # Constants
-
- ## DEFAULT_DUCK_VELOCITY [](#constant-DEFAULT_DUCK_VELOCITY)
- Default velocity for a flying duck.
-
-
-
- ## DEFAULT_SPEED [](#constant-DEFAULT_SPEED)
- Maximum speed for a swimming duck.
-
-
-
-
\ No newline at end of file