> -----Original Message----- > From: Mcnamara, John <[email protected]> > Sent: Tuesday, October 19, 2021 11:18 PM > To: Peng, ZhihongX <[email protected]>; > [email protected]; Burakov, Anatoly > <[email protected]>; Ananyev, Konstantin > <[email protected]>; [email protected]; > Dumitrescu, Cristian <[email protected]>; Richardson, Bruce > <[email protected]> > Cc: [email protected]; Lin, Xueqin <[email protected]> > Subject: RE: [PATCH v12 1/4] Enable ASan Address Sanitization > > > > > diff --git a/doc/guides/prog_guide/asan.rst > > > b/doc/guides/prog_guide/asan.rst new file mode 100644 index > > > 0000000000..969676ebe8 > > > --- /dev/null > > > +++ b/doc/guides/prog_guide/asan.rst > > > @@ -0,0 +1,40 @@ > > > +.. SPDX-License-Identifier: BSD-3-Clause > > > + Copyright(c) 2021 Intel Corporation > > > + > > > > > ... > > > > + > > > +Usage > > > +----- > > > + > > > +meson build > > > +^^^^^^^^^^^ > > These 2 additional header levels aren't needed. If you do another version > you can leave them out. Apart from that:
I will fix it in v13. > Acked-by: John McNamara <[email protected]>

