Facebook\HHAPIDoc\DocumentationBuilder::getDocumentationBody()

Get the main body of the documentation in the context-appropriate output format

protected function getDocumentationBody(
  Facebook\HHAPIDoc\Documentable $documentable,
): string;

In the case of HTML, this should be suitable for insertion into <body> tags, but should not include the <body> tag.

Parameters

Returns