comparison finch/libgnt/gntkeys.h @ 21157:8d73d519155a

Get rid of some doxygen warnings by removing undocumented @params
author Mark Doliner <mark@kingant.net>
date Wed, 07 Nov 2007 09:19:25 +0000
parents 44b4e8bd759b
children bddf964880cf
comparison
equal deleted inserted replaced
21156:a4b8bdc5a05f 21157:8d73d519155a
105 105
106 /** 106 /**
107 * This will do stuff with the terminal settings and stuff. 107 * This will do stuff with the terminal settings and stuff.
108 */ 108 */
109 /** 109 /**
110 * 110 *
111 */ 111 */
112 void gnt_init_keys(void); 112 void gnt_init_keys(void);
113 113
114 /** 114 /**
115 * 115 *
116 * @param text
117 */ 116 */
118 void gnt_keys_refine(char *text); 117 void gnt_keys_refine(char *text);
119 118
120 const char *gnt_key_translate(const char *name); 119 const char *gnt_key_translate(const char *name);
121 const char *gnt_key_lookup(const char *key); 120 const char *gnt_key_lookup(const char *key);
122 121
123 /** 122 /**
124 * 123 *
125 * @param path
126 */ 124 */
127 void gnt_keys_add_combination(const char *path); 125 void gnt_keys_add_combination(const char *path);
128 126
129 /** 127 /**
130 * 128 *
131 * @param path
132 */ 129 */
133 void gnt_keys_del_combination(const char *path); 130 void gnt_keys_del_combination(const char *path);
134 131
135 /** 132 /**
136 * 133 *
137 * @param path
138 * 134 *
139 * @return 135 * @return
140 */ 136 */
141 int gnt_keys_find_combination(const char *path); 137 int gnt_keys_find_combination(const char *path);
142 138
143 /* A lot of commonly used variable names are defined in <term.h>. 139 /* A lot of commonly used variable names are defined in <term.h>.
144 * #undef them to make life easier for everyone. */ 140 * #undef them to make life easier for everyone. */
145 141
146 #undef columns 142 #undef columns
147 #undef lines 143 #undef lines
148 #undef buttons 144 #undef buttons