diff options
Diffstat (limited to 'doc/classes/PHashTranslation.xml')
-rw-r--r-- | doc/classes/PHashTranslation.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/classes/PHashTranslation.xml b/doc/classes/PHashTranslation.xml new file mode 100644 index 0000000000..b25ddcbf22 --- /dev/null +++ b/doc/classes/PHashTranslation.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="PHashTranslation" inherits="Translation" category="Core" version="3.0.alpha.custom_build"> + <brief_description> + Optimized translation. + </brief_description> + <description> + Optimized translation. Uses real-time compressed translations, which results in very small dictionaries. + </description> + <tutorials> + </tutorials> + <demos> + </demos> + <methods> + <method name="generate"> + <return type="void"> + </return> + <argument index="0" name="from" type="Translation"> + </argument> + <description> + </description> + </method> + </methods> + <constants> + </constants> +</class> |