[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet-gtk4] 02/02: Add file description with author name
From: |
gnunet |
Subject: |
[gnunet-gtk4] 02/02: Add file description with author name |
Date: |
Fri, 24 May 2024 15:22:04 +0200 |
This is an automated email from the git hooks/post-receive script.
gautham_x pushed a commit to branch master
in repository gnunet-gtk4.
commit 1b3ec4bd62b61675b05983145da356835abcd124
Author: Gotam Gorabh <gautamy672@gmail.com>
AuthorDate: Fri May 24 18:44:33 2024 +0530
Add file description with author name
---
src/statistics/gnunet-statistics-application.c | 7 ++++++-
src/statistics/gnunet-statistics-application.h | 7 ++++++-
src/statistics/gnunet-statistics-gtk4.c | 7 ++++++-
src/statistics/gnunet-statistics-window.c | 7 ++++++-
src/statistics/gnunet-statistics-window.h | 7 ++++++-
5 files changed, 30 insertions(+), 5 deletions(-)
diff --git a/src/statistics/gnunet-statistics-application.c
b/src/statistics/gnunet-statistics-application.c
index ebc7552..963b5c4 100644
--- a/src/statistics/gnunet-statistics-application.c
+++ b/src/statistics/gnunet-statistics-application.c
@@ -16,9 +16,14 @@
along with GNUnet; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
*/
+/**
+ * @file src/statistics/gnunet-statistics-application.c
+ * @brief Declare Meta data for gnunet-statistics-gtk4 program
+ * @author Gotam Gorabh
+ */
+
#include "config.h"
#include "gnunet-statistics-application.h"
diff --git a/src/statistics/gnunet-statistics-application.h
b/src/statistics/gnunet-statistics-application.h
index caf5447..ea7657c 100644
--- a/src/statistics/gnunet-statistics-application.h
+++ b/src/statistics/gnunet-statistics-application.h
@@ -16,9 +16,14 @@
along with GNUnet; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
*/
+/**
+ * @file src/statistics/gnunet-statistics-application.h
+ * @brief Declare GnunetStatisticsApplication class and functions
+ * @author Gotam Gorabh
+ */
+
#pragma once
#include <adwaita.h>
diff --git a/src/statistics/gnunet-statistics-gtk4.c
b/src/statistics/gnunet-statistics-gtk4.c
index 99de92a..f75e1ec 100644
--- a/src/statistics/gnunet-statistics-gtk4.c
+++ b/src/statistics/gnunet-statistics-gtk4.c
@@ -16,9 +16,14 @@
along with GNUnet; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
*/
+/**
+ * @file src/statistics/gnunet-statistics-gtk4.c
+ * @brief Main function of gnunet-statistics-gtk4
+ * @author Gotam Gorabh
+ */
+
#include "config.h"
#include <glib/gi18n.h>
diff --git a/src/statistics/gnunet-statistics-window.c
b/src/statistics/gnunet-statistics-window.c
index 389d667..e20bd1e 100644
--- a/src/statistics/gnunet-statistics-window.c
+++ b/src/statistics/gnunet-statistics-window.c
@@ -16,9 +16,14 @@
along with GNUnet; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
*/
+/**
+ * @file src/statistics/gnunet-statistics-window.c
+ * @brief Declare UI and logic for gnunet-statistics-gtk4 program
+ * @author Gotam Gorabh
+ */
+
#include "config.h"
#include "gnunet-statistics-window.h"
diff --git a/src/statistics/gnunet-statistics-window.h
b/src/statistics/gnunet-statistics-window.h
index 31893a3..78a013f 100644
--- a/src/statistics/gnunet-statistics-window.h
+++ b/src/statistics/gnunet-statistics-window.h
@@ -16,9 +16,14 @@
along with GNUnet; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
-
*/
+/**
+ * @file src/statistics/gnunet-statistics-window.h
+ * @brief Declare GnunetStatisticsWindowMain class
+ * @author Gotam Gorabh
+ */
+
#pragma once
#include <adwaita.h>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.