[glom] Fix @para typos. They should be @param.



commit 6669280a08ba291cf6924002fb9d525e5cb41f79
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 28 19:14:37 2013 +0100

    Fix @para typos. They should be @param.

 glom/libglom/document/document.h                 |    4 ++--
 glom/utility_widgets/adddel/adddel_withbuttons.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glom/libglom/document/document.h b/glom/libglom/document/document.h
index b9c0734..66e0fd1 100644
--- a/glom/libglom/document/document.h
+++ b/glom/libglom/document/document.h
@@ -252,8 +252,8 @@ public:
   void set_data_layout_groups(const Glib::ustring& layout_name, const Glib::ustring& parent_table_name, 
const Glib::ustring& layout_platform, const type_list_layout_groups& groups);
 
   /**
-   * @para The layout_name, such as "details", "list".
-   * @para parent_table_name The name of the table on whose layout the layout appears.
+   * @param The layout_name, such as "details", "list".
+   * @param parent_table_name The name of the table on whose layout the layout appears.
    * @param layout_platform The platform for which this layout should be used. Possible values are an empty 
string (meaning normal platforms) or "maemo" meaning "normal".
    */
   type_list_layout_groups get_data_layout_groups_plus_new_fields(const Glib::ustring& layout_name, const 
Glib::ustring& parent_table_name, const Glib::ustring& layout_platform = Glib::ustring()) const;
diff --git a/glom/utility_widgets/adddel/adddel_withbuttons.h 
b/glom/utility_widgets/adddel/adddel_withbuttons.h
index ddcf6c8..490bd73 100644
--- a/glom/utility_widgets/adddel/adddel_withbuttons.h
+++ b/glom/utility_widgets/adddel/adddel_withbuttons.h
@@ -46,7 +46,7 @@ public:
   /** Set the label of the extra button, if any.
    * If there is no label text (the default) then the button will not be shown.
    *
-   * @para label The button label text, including the mnemonic underline.
+   * @param label The button label text, including the mnemonic underline.
    */
   void set_extra_button_label(const Glib::ustring& label);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]