Re: [PATCH 0/2] qapi: A section heading bug fix, and maybe an improvement

2020-09-07 Thread Markus Armbruster
Peter Maydell writes: > On Mon, 7 Sep 2020 at 15:41, Markus Armbruster wrote: >> >> Markus Armbruster writes: >> >> > PATCH 1 fixes an old defect in the doc comment parser. I figure it'll >> > simplify the rST generator's job. >> > >> > PATCH 2 might simplify it further. It's RFC because I'm

Re: [PATCH 0/2] qapi: A section heading bug fix, and maybe an improvement

2020-09-07 Thread Peter Maydell
On Mon, 7 Sep 2020 at 15:41, Markus Armbruster wrote: > > Markus Armbruster writes: > > > PATCH 1 fixes an old defect in the doc comment parser. I figure it'll > > simplify the rST generator's job. > > > > PATCH 2 might simplify it further. It's RFC because I'm not sure it > > does. Peter, you

Re: [PATCH 0/2] qapi: A section heading bug fix, and maybe an improvement

2020-09-07 Thread Markus Armbruster
Markus Armbruster writes: > PATCH 1 fixes an old defect in the doc comment parser. I figure it'll > simplify the rST generator's job. > > PATCH 2 might simplify it further. It's RFC because I'm not sure it > does. Peter, you tell me :) I dropped the ball on this one. I think both patches mak

[PATCH 0/2] qapi: A section heading bug fix, and maybe an improvement

2020-03-20 Thread Markus Armbruster
PATCH 1 fixes an old defect in the doc comment parser. I figure it'll simplify the rST generator's job. PATCH 2 might simplify it further. It's RFC because I'm not sure it does. Peter, you tell me :) Markus Armbruster (2): qapi: Reject section markup in definition documentation [RFC] qapi