docs: Fix URIs in documentation comments

Putting the raw URIs in the documentation comments would not link them,
and the ‘%20’s in the URIs were being parsed by gtk-doc as symbol
references. Fix that by using Markdown to format them correctly as
links.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-11-23 13:31:03 +00:00
parent 3f2a5ee1cc
commit cf8a9d3ffc

View File

@ -548,7 +548,7 @@ g_mount_operation_class_init (GMountOperationClass *klass)
* GMountOperation:is-tcrypt-hidden-volume: * GMountOperation:is-tcrypt-hidden-volume:
* *
* Whether the device to be unlocked is a TCRYPT hidden volume. * Whether the device to be unlocked is a TCRYPT hidden volume.
* See https://www.veracrypt.fr/en/Hidden%20Volume.html. * See [the VeraCrypt documentation](https://www.veracrypt.fr/en/Hidden%20Volume.html).
* *
* Since: 2.58 * Since: 2.58
*/ */
@ -568,7 +568,7 @@ g_mount_operation_class_init (GMountOperationClass *klass)
* In this context, a system volume is a volume with a bootloader * In this context, a system volume is a volume with a bootloader
* and operating system installed. This is only supported for Windows * and operating system installed. This is only supported for Windows
* operating systems. For further documentation, see * operating systems. For further documentation, see
* https://www.veracrypt.fr/en/System%20Encryption.html. * [the VeraCrypt documentation](https://www.veracrypt.fr/en/System%20Encryption.html).
* *
* Since: 2.58 * Since: 2.58
*/ */
@ -585,7 +585,7 @@ g_mount_operation_class_init (GMountOperationClass *klass)
* GMountOperation:pim: * GMountOperation:pim:
* *
* The VeraCrypt PIM value, when unlocking a VeraCrypt volume. See * The VeraCrypt PIM value, when unlocking a VeraCrypt volume. See
* https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html. * [the VeraCrypt documentation](https://www.veracrypt.fr/en/Personal%20Iterations%20Multiplier%20(PIM).html).
* *
* Since: 2.58 * Since: 2.58
*/ */