.. include:: ../../Includes.txt .. _Nng\Nnhelpers\ViewHelpers\Format\HtmlToSphinxViewHelper: ======================================= format.htmlToSphinx ======================================= Description --------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Konvertiert HTML-Tags zu Sphinx-Syntax für die TER Dokumentation. .. code-block:: php {annotation->f:format.raw()->nnt3:format.htmlToSphinx()} Aus folgendem Code ... .. code-block:: php

Das ist eine Beschreibung dieser Methode

$a = 99;
wird das hier gerendert: .. code-block:: php Das ist eine Beschreibung dieser Methode .. code-block:: php $a = 99; | ``@return string``