X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-networkinterfaces.c;h=f86bd651ee74be0b7507e7743a6bf4e1873a70ac;hb=45d90b20b7fb92adbeaf9a711cade5489ebeee42;hp=fc5bcc966a7105f964abe575254493d9498aa50b;hpb=d40a434c6052a4a521f674108d3def9c8b829e5a;p=mono.git diff --git a/mono/utils/mono-networkinterfaces.c b/mono/utils/mono-networkinterfaces.c index fc5bcc966a7..f86bd651ee7 100644 --- a/mono/utils/mono-networkinterfaces.c +++ b/mono/utils/mono-networkinterfaces.c @@ -1,3 +1,7 @@ +/** + * \file + */ + #include "config.h" #include "utils/mono-networkinterfaces.h" @@ -9,10 +13,9 @@ /** * mono_networkinterface_list: - * @size: a pointer to a location where the size of the returned array is stored - * - * Return an array of names for the interfaces currently on the system. - * The size of the array is stored in @size. + * \param size a pointer to a location where the size of the returned array is stored + * \returns an array of names for the interfaces currently on the system. + * The size of the array is stored in \p size. */ gpointer* mono_networkinterface_list (int *size) @@ -63,11 +66,10 @@ mono_networkinterface_list (int *size) /** * mono_network_get_data: - * @name: name of the interface - * @data: description of data to return - * - * Return a data item of a network adapter like bytes sent per sec, etc - * according to the @data argumet. + * \param name name of the interface + * \param data description of data to return + * \return a data item of a network adapter like bytes sent per sec, etc + * according to the \p data argumet. */ gint64 mono_network_get_data (char* name, MonoNetworkData data, MonoNetworkError *error)