JuliaImages / ImageDraw.jl

Drawing Package for JuliaImages
Other
27 stars 17 forks source link

remove lines between docstring and symbol #67

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

Empty lines are not allowed; otherwise ?BoundaryFill gives nothing useful:

help?> BoundaryFill
search: BoundaryFill

  No documentation found.

  ImageDraw.BoundaryFill is of type UnionAll.

  Summary
  ≡≡≡≡≡≡≡≡≡

  struct UnionAll <: Type{T}

  Fields
  ≡≡≡≡≡≡≡≡

  var  :: TypeVar
  body :: Any

  Supertype Hierarchy
  ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

  UnionAll <: Type{T} <: Any

This PR fixes the docstring issue by removing those unnecessary empty lines.

cc: @ashwani-rathee