Skip to content

Commit 3fe23e8

Browse files
committed
[doxygen] Add missing titles for \defgroup
1 parent db94b58 commit 3fe23e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DOC/modules.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
*/
44

55
/*!
6-
\defgroup Common
6+
\defgroup Common Common
77
\brief Common code shared within SuperLU.
88

99
Type-independent code.
1010
*/
1111

1212
/*!
13-
\defgroup Example
13+
\defgroup Example Example
1414
\brief Examples of how to use SuperLU.
1515

1616
Various examples.
1717
*/
1818

1919
/*!
20-
\defgroup Testing
20+
\defgroup Testing Testing
2121
\brief Test that SuperLU works as intended.
2222

2323
Tests should be run and remain working when SuperLU code is modified.
@@ -26,31 +26,31 @@
2626
*/
2727

2828
/*!
29-
\defgroup TestingC
29+
\defgroup TestingC Testing Complex Float
3030
\ingroup Testing
3131
\brief Tests for complex float.
3232

3333
These tests start with the letter c.
3434
*/
3535

3636
/*!
37-
\defgroup TestingD
37+
\defgroup TestingD Testing Double
3838
\ingroup Testing
3939
\brief Tests for double.
4040

4141
These tests start with the letter d.
4242
*/
4343

4444
/*!
45-
\defgroup TestingS
45+
\defgroup TestingS Testing Float
4646
\ingroup Testing
4747
\brief Tests for float.
4848

4949
These tests start with the letter s.
5050
*/
5151

5252
/*!
53-
\defgroup TestingZ
53+
\defgroup TestingZ Testing Complex Double
5454
\ingroup Testing
5555
\brief Tests for complex double.
5656

0 commit comments

Comments
 (0)