mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
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:
parent
3f2a5ee1cc
commit
cf8a9d3ffc
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user