aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-03 13:18:25 -0800
committerFuwn <[email protected]>2022-02-03 13:18:25 -0800
commit949d8501dcfb2b0f6902c2191b5d126daba2df7c (patch)
treeb4d62965bc2a44df3d6804268b328fd0bc921490 /include
parentfix(#1): delete_handle generating junk data when lunar is closed after first ... (diff)
downloadsoyuz-949d8501dcfb2b0f6902c2191b5d126daba2df7c.tar.xz
soyuz-949d8501dcfb2b0f6902c2191b5d126daba2df7c.zip
doc: some documentation :smile:
Diffstat (limited to 'include')
-rw-r--r--include/soyuz/library.hh6
-rw-r--r--include/soyuz/resource.hh6
-rw-r--r--include/soyuz/soyuz.hh6
-rw-r--r--include/soyuz/tray.hh6
-rw-r--r--include/soyuz/windows.hh6
5 files changed, 30 insertions, 0 deletions
diff --git a/include/soyuz/library.hh b/include/soyuz/library.hh
index ca3b094..9346f2a 100644
--- a/include/soyuz/library.hh
+++ b/include/soyuz/library.hh
@@ -1,6 +1,12 @@
// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
+/**
+ * @file library.hh
+ * @author Fuwn
+ * @date 2021. August. 18.
+ */
+
#ifndef SOYUZ_LIBRARY_HH
#define SOYUZ_LIBRARY_HH
#pragma once
diff --git a/include/soyuz/resource.hh b/include/soyuz/resource.hh
index fbb57e1..462b537 100644
--- a/include/soyuz/resource.hh
+++ b/include/soyuz/resource.hh
@@ -1,6 +1,12 @@
// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
+/**
+ * @file resource.hh
+ * @author Fuwn
+ * @date 2021. August. 18.
+ */
+
#ifndef SOYUZ_RESOURCE_HH
#define SOYUZ_RESOURCE_HH
#pragma once
diff --git a/include/soyuz/soyuz.hh b/include/soyuz/soyuz.hh
index 3f30323..2fd0157 100644
--- a/include/soyuz/soyuz.hh
+++ b/include/soyuz/soyuz.hh
@@ -1,6 +1,12 @@
// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
+/**
+ * @file soyuz.hh
+ * @author Fuwn
+ * @date 2021. August. 18.
+ */
+
#ifndef SOYUZ_SOYUZ_HH
#define SOYUZ_SOYUZ_HH
#pragma once
diff --git a/include/soyuz/tray.hh b/include/soyuz/tray.hh
index 9d6af22..6722bab 100644
--- a/include/soyuz/tray.hh
+++ b/include/soyuz/tray.hh
@@ -1,6 +1,12 @@
// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
+/**
+ * @file tray.hh
+ * @author Fuwn
+ * @date 2021. August. 18.
+ */
+
#ifndef SOYUZ_TRAY_HH
#define SOYUZ_TRAY_HH
#pragma once
diff --git a/include/soyuz/windows.hh b/include/soyuz/windows.hh
index 7f07de7..153cf11 100644
--- a/include/soyuz/windows.hh
+++ b/include/soyuz/windows.hh
@@ -1,6 +1,12 @@
// Copyright (C) 2021-2021 Fuwn
// SPDX-License-Identifier: GPL-3.0-only
+/**
+ * @file windows.hh
+ * @author Fuwn
+ * @date 2021. August. 18.
+ */
+
#ifndef SOYUZ_WINDOWS_HH
#define SOYUZ_WINDOWS_HH
#pragma once