Last change
on this file since 664b7f8 was 664b7f8, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago |
Add copyright header to doxygroups.h files
CC0 because these are uncopyrightable, but still need to be accounted for,
for REUSE to validate.
|
-
Property mode
set to
100644
|
File size:
793 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SPDX-FileCopyrightText: 2022 HelenOS Project
|
---|
3 | * SPDX-License-Identifier: CC0-1.0
|
---|
4 | */
|
---|
5 | /**
|
---|
6 | * @addtogroup libmath libmath
|
---|
7 | * @ingroup libs
|
---|
8 | */
|
---|
9 |
|
---|
10 | /**
|
---|
11 | * @addtogroup libmathabs32le abs32le
|
---|
12 | * @ingroup libmath
|
---|
13 | */
|
---|
14 |
|
---|
15 | /**
|
---|
16 | * @addtogroup libmathamd64 amd64
|
---|
17 | * @ingroup libmath
|
---|
18 | */
|
---|
19 |
|
---|
20 | /**
|
---|
21 | * @addtogroup libmatharm32 arm32
|
---|
22 | * @ingroup libmath
|
---|
23 | */
|
---|
24 |
|
---|
25 | /**
|
---|
26 | * @addtogroup libmathia32 ia32
|
---|
27 | * @ingroup libmath
|
---|
28 | */
|
---|
29 |
|
---|
30 | /**
|
---|
31 | * @addtogroup libmathia64 ia64
|
---|
32 | * @ingroup libmath
|
---|
33 | */
|
---|
34 |
|
---|
35 | /**
|
---|
36 | * @addtogroup libmathmips32 mips32
|
---|
37 | * @ingroup libmath
|
---|
38 | */
|
---|
39 |
|
---|
40 | /**
|
---|
41 | * @addtogroup libmathmips32eb mips32eb
|
---|
42 | * @ingroup libmath
|
---|
43 | */
|
---|
44 |
|
---|
45 | /**
|
---|
46 | * @addtogroup libmathppc32 ppc32
|
---|
47 | * @ingroup libmath
|
---|
48 | */
|
---|
49 |
|
---|
50 | /**
|
---|
51 | * @addtogroup libmathriscv64 riscv64
|
---|
52 | * @ingroup libmath
|
---|
53 | */
|
---|
54 |
|
---|
55 | /**
|
---|
56 | * @addtogroup libmathsparc64 sparc64
|
---|
57 | * @ingroup libmath
|
---|
58 | */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.