reflectDoc.reflectDoc

Returns a ReflectDoc for a target doc comment string, optionally specifying the target symbol.

  1. ReflectDoc!target reflectDoc(string text)
    template reflectDoc(string target = null)
    ReflectDoc!target
    reflectDoc
    (
    string text
    )
  2. ReflectDoc!target reflectDoc(string text, reflectUnittest!target test)