[libcamera-devel] Documentation: Drop TCL_SUBST tag from Doxyfile.in

Message ID 20200612144235.31475-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit 9d4fb49dbc224989dc64af864b296f1cc73a4eff
Headers show
Series
  • [libcamera-devel] Documentation: Drop TCL_SUBST tag from Doxyfile.in
Related show

Commit Message

Laurent Pinchart June 12, 2020, 2:42 p.m. UTC
The TCL_SUBST tag is deprecated and causes doxygen 1.18.8 to generate a
warning. Drop it from Doxyfile.in.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 Documentation/Doxyfile.in | 6 ------
 1 file changed, 6 deletions(-)

Comments

Kieran Bingham June 12, 2020, 3:05 p.m. UTC | #1
Hi Laurent,

On 12/06/2020 15:42, Laurent Pinchart wrote:
> The TCL_SUBST tag is deprecated and causes doxygen 1.18.8 to generate a
> warning. Drop it from Doxyfile.in.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  Documentation/Doxyfile.in | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
> index 5f4847523c53..fa8d744b93ae 100644
> --- a/Documentation/Doxyfile.in
> +++ b/Documentation/Doxyfile.in
> @@ -244,12 +244,6 @@ ALIASES                = "context=\xrefitem context \"Thread Safety\" \"Thread S
>  ALIASES               += "threadbound=\ref thread-bound \"thread-bound\""
>  ALIASES               += "threadsafe=\ref thread-safe \"thread-safe\""
>  
> -# This tag can be used to specify a number of word-keyword mappings (TCL only).
> -# A mapping has the form "name=value". For example adding "class=itcl::class"
> -# will allow you to use the command class in the itcl::class meaning.
> -
> -TCL_SUBST              =
> -

And it's unused anyway ;-)

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

>  # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
>  # only. Doxygen will then generate output that is more tailored for C. For
>  # instance, some of the names that are used will be different. The list of all
>
Niklas Söderlund June 12, 2020, 8:07 p.m. UTC | #2
Hi Laurent,

Thanks for your work.

On 2020-06-12 17:42:35 +0300, Laurent Pinchart wrote:
> The TCL_SUBST tag is deprecated and causes doxygen 1.18.8 to generate a
> warning. Drop it from Doxyfile.in.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

> ---
>  Documentation/Doxyfile.in | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
> index 5f4847523c53..fa8d744b93ae 100644
> --- a/Documentation/Doxyfile.in
> +++ b/Documentation/Doxyfile.in
> @@ -244,12 +244,6 @@ ALIASES                = "context=\xrefitem context \"Thread Safety\" \"Thread S
>  ALIASES               += "threadbound=\ref thread-bound \"thread-bound\""
>  ALIASES               += "threadsafe=\ref thread-safe \"thread-safe\""
>  
> -# This tag can be used to specify a number of word-keyword mappings (TCL only).
> -# A mapping has the form "name=value". For example adding "class=itcl::class"
> -# will allow you to use the command class in the itcl::class meaning.
> -
> -TCL_SUBST              =
> -
>  # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
>  # only. Doxygen will then generate output that is more tailored for C. For
>  # instance, some of the names that are used will be different. The list of all
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index 5f4847523c53..fa8d744b93ae 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -244,12 +244,6 @@  ALIASES                = "context=\xrefitem context \"Thread Safety\" \"Thread S
 ALIASES               += "threadbound=\ref thread-bound \"thread-bound\""
 ALIASES               += "threadsafe=\ref thread-safe \"thread-safe\""
 
-# This tag can be used to specify a number of word-keyword mappings (TCL only).
-# A mapping has the form "name=value". For example adding "class=itcl::class"
-# will allow you to use the command class in the itcl::class meaning.
-
-TCL_SUBST              =
-
 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
 # only. Doxygen will then generate output that is more tailored for C. For
 # instance, some of the names that are used will be different. The list of all