website: doxygen: set PROJECT_NAME to libabigail

Message ID 20240104130258.2744753-1-gprocida@google.com
State New
Headers
Series website: doxygen: set PROJECT_NAME to libabigail |

Commit Message

Giuliano Procida Jan. 4, 2024, 1:02 p.m. UTC
  This changes the project name from the default "My Project" to
"libabigail".

	* doc/website/libabigail-website.doxy: Set PROJECT_NAME to
	libabigail.

Signed-off-by: Giuliano Procida <gprocida@google.com>
---
 doc/website/libabigail-website.doxy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Frank Ch. Eigler Jan. 8, 2024, 2:32 p.m. UTC | #1
Giuliano Procida <gprocida@google.com> writes:

> This changes the project name from the default "My Project" to
> "libabigail".

Thanks, pushed.

- FChE
  
Dodji Seketeli Jan. 8, 2024, 2:54 p.m. UTC | #2
Giuliano Procida <gprocida@google.com> a écrit:

> This changes the project name from the default "My Project" to
> "libabigail".
>
> 	* doc/website/libabigail-website.doxy: Set PROJECT_NAME to
> 	libabigail.
>
> Signed-off-by: Giuliano Procida <gprocida@google.com>

Thanks!

> ---
>  doc/website/libabigail-website.doxy | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/website/libabigail-website.doxy b/doc/website/libabigail-website.doxy
> index b1ecb9af..e5e09ef9 100644
> --- a/doc/website/libabigail-website.doxy
> +++ b/doc/website/libabigail-website.doxy
> @@ -27,7 +27,7 @@ DOXYFILE_ENCODING      = UTF-8
>  # identify the project. Note that if you do not use Doxywizard you need
>  # to put quotes around the project name if it contains spaces.
>  
> -PROJECT_NAME           =
> +PROJECT_NAME           = libabigail
>  
>  # The PROJECT_NUMBER tag can be used to enter a project or revision number.
>  # This could be handy for archiving the generated documentation or

fche@redhat.com (Frank Ch. Eigler) a écrit:

> Giuliano Procida <gprocida@google.com> writes:
>
>> This changes the project name from the default "My Project" to
>> "libabigail".
>
> Thanks, pushed.

Thank you for handling this!

Cheers,
  

Patch

diff --git a/doc/website/libabigail-website.doxy b/doc/website/libabigail-website.doxy
index b1ecb9af..e5e09ef9 100644
--- a/doc/website/libabigail-website.doxy
+++ b/doc/website/libabigail-website.doxy
@@ -27,7 +27,7 @@  DOXYFILE_ENCODING      = UTF-8
 # identify the project. Note that if you do not use Doxywizard you need
 # to put quotes around the project name if it contains spaces.
 
-PROJECT_NAME           =
+PROJECT_NAME           = libabigail
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
 # This could be handy for archiving the generated documentation or