class documentation

Like pydoctor.epydoc.markup.Field, but without the gross accessor methods and with a formatted body.

Example:

    @note: some other information
Class Method from_epydoc Undocumented
Method format Present this field's body as HTML.
Method report Undocumented
Instance Variable arg Field argument, i.e. :param <argument>:
Instance Variable body Undocumented
Instance Variable lineno Undocumented
Instance Variable source Undocumented
Instance Variable tag Field tag, i.e. :<tag>:
@classmethod
def from_epydoc(cls, field: EpydocField, source: model.Documentable) -> Field: (source)

Undocumented

def format(self) -> Tag: (source)

Present this field's body as HTML.

def report(self, message: str): (source)

Undocumented

Field argument, i.e. :param <argument>:

Undocumented

Field tag, i.e. :<tag>: