li3_docs\doc\Docblock::summary()

public method

Returns the summary, the first paragraph of the docblock text.

Returns

string

Source

	public function summary() {
		return $this->_summary;
	}