[Xfce4-commits] [xfce/libxfce4ui] 02/08: Fix make docs compilation warning

noreply at xfce.org noreply at xfce.org
Wed May 10 04:38:00 CEST 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/libxfce4ui.

commit 857a65d494dd4c5007e7b7c02b132143b5c6c68b
Author: Romain B <skunnyk at alteroot.org>
Date:   Mon May 8 14:55:06 2017 +0200

    Fix make docs compilation warning
    
    	- Replace @Varargs by @...
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 docs/tmpl/xfce-dialogs.sgml       | 12 ++++++------
 docs/tmpl/xfce-titled-dialog.sgml |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/tmpl/xfce-dialogs.sgml b/docs/tmpl/xfce-dialogs.sgml
index f68ecf0..eb5afeb 100644
--- a/docs/tmpl/xfce-dialogs.sgml
+++ b/docs/tmpl/xfce-dialogs.sgml
@@ -32,7 +32,7 @@ Useful convientent function to interact with the user using a
 @primary_text: 
 @secondary_text: 
 @first_button_text: 
- at Varargs: 
+ at ...:
 @Returns: 
 
 
@@ -62,7 +62,7 @@ Useful convientent function to interact with the user using a
 @primary_text: 
 @secondary_text: 
 @first_button_text: 
- at Varargs: 
+ at ...:
 @Returns: 
 
 
@@ -74,7 +74,7 @@ Useful convientent function to interact with the user using a
 @parent: 
 @secondary_text: 
 @primary_format: 
- at Varargs: 
+ at ...:
 
 
 <!-- ##### FUNCTION xfce_dialog_show_warning ##### -->
@@ -85,7 +85,7 @@ Useful convientent function to interact with the user using a
 @parent: 
 @secondary_text: 
 @primary_format: 
- at Varargs: 
+ at ...:
 
 
 <!-- ##### FUNCTION xfce_dialog_show_error ##### -->
@@ -96,7 +96,7 @@ Useful convientent function to interact with the user using a
 @parent: 
 @error: 
 @primary_format: 
- at Varargs: 
+ at ...:
 
 
 <!-- ##### FUNCTION xfce_dialog_confirm ##### -->
@@ -109,7 +109,7 @@ Useful convientent function to interact with the user using a
 @confirm_label: 
 @secondary_text: 
 @primary_format: 
- at Varargs: 
+ at ...:
 @Returns: 
 
 
diff --git a/docs/tmpl/xfce-titled-dialog.sgml b/docs/tmpl/xfce-titled-dialog.sgml
index cf9d654..4f7de4c 100644
--- a/docs/tmpl/xfce-titled-dialog.sgml
+++ b/docs/tmpl/xfce-titled-dialog.sgml
@@ -56,7 +56,7 @@ Structure for the #XfceTitledDialog.
 @parent: 
 @flags: 
 @first_button_text:
- at Varargs: 
+ at ...:
 @Returns: 
 
 
@@ -70,7 +70,7 @@ Structure for the #XfceTitledDialog.
 @flags:
 @first_button_icon_name:
 @first_button_text:
- at Varargs:
+ at ...:
 @Returns:
 
 <!-- ##### FUNCTION xfce_titled_dialog_get_subtitle ##### -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list