Re: [PATCH 09/10] cfg80211: align documentation style of ieee80211_iface_combination
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2020-02-21 12:41:33
Also in:
linux-wireless, lkml
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2020-02-21 12:41:33
Also in:
linux-wireless, lkml
On Fri, 2020-02-21 at 12:38 +0000, Jérôme Pouiller wrote:
quoted
quoted
- * = 0 - * all beacon intervals for different interface must be same. - * > 0 - * any beacon interval for the interface part of this combination AND - * GCD of all beacon intervals from beaconing interfaces of this - * combination must be greater or equal to this value.This generates the nicer output, not with bullets but as a definition list or something.Indeed. Unfortunately, I hasn't been able to use the same syntax in struct description: if sphinx find a blank line, it considers that the rest of the input is the long description of the struct.
So let's just leave it as is. I don't consider using the same style (inline or header) everywhere to be even nearly as important as the output :) johannes