23 + /**
24 + * We could end up here with net->vio == NULL
25 + * See LP bug#436685
26 + * If that is the case, we exit the while loop
27 + */
28 + if (net->vio == NULL)
29 + break;
30 +
We use doxygenized comments only in function headers or when marking things like @todo...
Just a tiny style thing, Diego:
23 + /**
24 + * We could end up here with net->vio == NULL
25 + * See LP bug#436685
26 + * If that is the case, we exit the while loop
27 + */
28 + if (net->vio == NULL)
29 + break;
30 +
We use doxygenized comments only in function headers or when marking things like @todo...
:)