Add examples to Sodium base64 functions - #5866
MauricioFauth wants to merge 1 commit into
Conversation
- sodium_base642bin() - sodium_bin2base64()
d5d3c36 to
8b0efc4
Compare
| <member><function>sodium_bin2base64</function></member> | ||
| <member><function>chunk_split</function></member> | ||
| <member><function>convert_uuencode</function></member> |
There was a problem hiding this comment.
| <member><function>sodium_bin2base64</function></member> | |
| <member><function>chunk_split</function></member> | |
| <member><function>convert_uuencode</function></member> | |
| <member><function>chunk_split</function></member> | |
| <member><function>convert_uuencode</function></member> | |
| <member><function>sodium_bin2base64</function></member> |
jordikroon
left a comment
There was a problem hiding this comment.
Some minor style related nits.
| </simpara> | ||
| </refsect1> | ||
|
|
||
| <refsect1 role="examples"><!-- {{{ --> |
There was a problem hiding this comment.
Can you please remove all the comments in this file? <!-- {{{ -->, etc. In the past this was used more often but nowadays we try to avoid it as it makes the XML harder to read.
| </simpara> | ||
| </refsect1> | ||
|
|
||
| <refsect1 role="examples"><!-- {{{ --> |
There was a problem hiding this comment.
Same as base642bin:
Can you please remove all the comments in this file? , etc. In the past this was used more often but nowadays we try to avoid it as it makes the XML harder to read.
|
|
||
| <refsect1 role="examples"><!-- {{{ --> | ||
| &reftitle.examples; | ||
| <example xml:id="sodium-base642bin.example.basic"><!-- {{{ --> |
There was a problem hiding this comment.
On top of the comment, no need to include xml:id for (all of the) examples.
|
|
||
| <refsect1 role="examples"><!-- {{{ --> | ||
| &reftitle.examples; | ||
| <example xml:id="sodium-bin2base64.example.basic"><!-- {{{ --> |
There was a problem hiding this comment.
On top of the comment, no need to include xml:id for (all of the) examples.
sodium_base642bin()sodium_bin2base64()