Re: [PATCH 0/3] Use Doxygen and sphinx for html documentation

2021-04-07 Thread Luca Fancellu
> On 7 Apr 2021, at 14:07, Julien Grall wrote: > > > > On 06/04/2021 11:36, Luca Fancellu wrote: >> This serie introduce doxygen in the sphinx html docs generation. >> One benefit is to keep most of the documentation in the source >> files of xen so that it's more maintainable, on the other

Re: [PATCH 0/3] Use Doxygen and sphinx for html documentation

2021-04-07 Thread Julien Grall
On 06/04/2021 11:36, Luca Fancellu wrote: This serie introduce doxygen in the sphinx html docs generation. One benefit is to keep most of the documentation in the source files of xen so that it's more maintainable, on the other hand there are some limitation of doxygen that must be addressed m

Re: [PATCH 0/3] Use Doxygen and sphinx for html documentation

2021-04-07 Thread Bertrand Marquis
Hi Andrew, > On 7 Apr 2021, at 12:15, Andrew Cooper wrote: > > On 06/04/2021 22:24, Stefano Stabellini wrote: >> On Tue, 6 Apr 2021, Andrew Cooper wrote: >>> On 06/04/2021 11:36, Luca Fancellu wrote: This serie introduce doxygen in the sphinx html docs generation. One benefit is to kee

Re: [PATCH 0/3] Use Doxygen and sphinx for html documentation

2021-04-07 Thread Andrew Cooper
On 06/04/2021 22:24, Stefano Stabellini wrote: > On Tue, 6 Apr 2021, Andrew Cooper wrote: >> On 06/04/2021 11:36, Luca Fancellu wrote: >>> This serie introduce doxygen in the sphinx html docs generation. >>> One benefit is to keep most of the documentation in the source >>> files of xen so that it'

Re: [PATCH 0/3] Use Doxygen and sphinx for html documentation

2021-04-06 Thread Stefano Stabellini
On Tue, 6 Apr 2021, Andrew Cooper wrote: > On 06/04/2021 11:36, Luca Fancellu wrote: > > This serie introduce doxygen in the sphinx html docs generation. > > One benefit is to keep most of the documentation in the source > > files of xen so that it's more maintainable, on the other hand > > there a

Re: [PATCH 0/3] Use Doxygen and sphinx for html documentation

2021-04-06 Thread Andrew Cooper
On 06/04/2021 11:36, Luca Fancellu wrote: > This serie introduce doxygen in the sphinx html docs generation. > One benefit is to keep most of the documentation in the source > files of xen so that it's more maintainable, on the other hand > there are some limitation of doxygen that must be addresse