Reacted on doxygen warnings of Fedora s390x build log

This commit is contained in:
Thomas Schmitt 2016-02-07 19:42:24 +00:00
parent f120428c99
commit 5df9333c8f
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
/* /*
Lower level API definition of libisoburn. Lower level API definition of libisoburn.
Copyright 2007-2015 Vreixo Formoso Lopes <metalpain2002@yahoo.es> Copyright 2007-2016 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net> and Thomas Schmitt <scdbackup@gmx.net>
Provided under GPL version 2 or later. Provided under GPL version 2 or later.
*/ */
@ -1735,7 +1735,7 @@ int isoburn_igopt_detach_jte(struct isoburn_imgen_opts *opts,
@since 0.6.4 @since 0.6.4
@param opts @param opts
The option set to work on The option set to work on
@aram num_blocks @param num_blocks
Number of extra 2 kB blocks to be written by libisofs. Number of extra 2 kB blocks to be written by libisofs.
@return 1 success, <=0 failure @return 1 success, <=0 failure
*/ */
@ -1817,7 +1817,7 @@ int isoburn_igopt_get_efi_bootp(struct isoburn_imgen_opts *opts,
File address in the local file system. File address in the local file system.
With SUN Disk Label: an empty name causes the partition to become With SUN Disk Label: an empty name causes the partition to become
a copy of the next lower partition. a copy of the next lower partition.
@param image_type @param partition_type
The MBR partition type. E.g. FAT12 = 0x01 , FAT16 = 0x06, The MBR partition type. E.g. FAT12 = 0x01 , FAT16 = 0x06,
Linux Native Partition = 0x83. See fdisk command L. Linux Native Partition = 0x83. See fdisk command L.
This parameter is ignored with SUN Disk Label. This parameter is ignored with SUN Disk Label.
@ -2105,7 +2105,7 @@ int isoburn_igopt_get_write_type(struct isoburn_imgen_opts *opts, int *do_tao);
@since 1.2.4 @since 1.2.4
@param opts @param opts
The option set to be manipulated or inquired. The option set to be manipulated or inquired.
@parm do_sync @param do_sync
1= call fsync(2) with stdio drives in isoburn_activate_session() 1= call fsync(2) with stdio drives in isoburn_activate_session()
0= do not 0= do not
@return @return

View File

@ -1 +1 @@
#define Xorriso_timestamP "2016.02.05.145901" #define Xorriso_timestamP "2016.02.07.194339"