Message ID | 20210827103334.350416-2-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | 3fc1d1ed5129eeac890aa9a67a2ee4b884dc9289 |
Headers | show |
Series |
|
Related | show |
Hi Kieran, Thank you for the patch. On Fri, Aug 27, 2021 at 11:33:33AM +0100, Kieran Bingham wrote: > The CLASS_DIAGRAMS option has become obsolete, and we already define the > default value. > > Remove it. > > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/Doxyfile.in | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in > index dc03cbea4b02..49355bf6a9ff 100644 > --- a/Documentation/Doxyfile.in > +++ b/Documentation/Doxyfile.in > @@ -2110,15 +2110,6 @@ EXTERNAL_PAGES = YES > # Configuration options related to the dot tool > #--------------------------------------------------------------------------- > > -# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram > -# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to > -# NO turns the diagrams off. Note that this option also works with HAVE_DOT > -# disabled, but it is recommended to install and use dot, since it yields more > -# powerful graphs. > -# The default value is: YES. > - > -CLASS_DIAGRAMS = YES > - > # You can include diagrams made with dia in doxygen documentation. Doxygen will > # then run dia to produce the diagram and insert it in the documentation. The > # DIA_PATH tag allows you to specify the directory where the dia binary resides.
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index dc03cbea4b02..49355bf6a9ff 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -2110,15 +2110,6 @@ EXTERNAL_PAGES = YES # Configuration options related to the dot tool #--------------------------------------------------------------------------- -# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram -# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to -# NO turns the diagrams off. Note that this option also works with HAVE_DOT -# disabled, but it is recommended to install and use dot, since it yields more -# powerful graphs. -# The default value is: YES. - -CLASS_DIAGRAMS = YES - # You can include diagrams made with dia in doxygen documentation. Doxygen will # then run dia to produce the diagram and insert it in the documentation. The # DIA_PATH tag allows you to specify the directory where the dia binary resides.
The CLASS_DIAGRAMS option has become obsolete, and we already define the default value. Remove it. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- Documentation/Doxyfile.in | 9 --------- 1 file changed, 9 deletions(-)