We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed41f7 commit dee992fCopy full SHA for dee992f
doc/Makefile
@@ -34,7 +34,20 @@ PACKAGE_mir_internal = utility
34
PACKAGE_mir_interpolation = package linear pchip
35
PACKAGE_mir_math = constant common sum numeric
36
PACKAGE_mir_math_func = expdigamma
37
-PACKAGE_mir_ndslice = package algorithm allocation dynamic field ndfield mutation iterator package slice sorting concatenation topology
+PACKAGE_mir_ndslice = \
38
+ algorithm\
39
+ allocation\
40
+ chunks\
41
+ concatenation\
42
+ dynamic\
43
+ field\
44
+ iterator\
45
+ mutation\
46
+ ndfield\
47
+ package\
48
+ slice\
49
+ sorting\
50
+ topology\
51
52
MOD_EXCLUDES=$(addprefix --ex=,)
53
0 commit comments