reflectDoc.reflectDoc

Generates a ReflectDoc from text, optionally including a unit test.

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