xdiff : missing param description for SideBySide

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5160 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-03-22 11:09:09 +00:00
parent e599607037
commit 99bc63ff0b

View File

@@ -38,7 +38,7 @@ class xdiff
private $s2sWidth = 62;
/** The constructor allow to choose the output.
* @param string $output The output mode [normal|unified]
* @param string $output The output mode [Normal|Unified|SideBySide]
*/
public function __construct ($output = "normal")
// {{{