There was an error while loading. Please reload this page.
1 parent 08b4e20 commit 48e7d31Copy full SHA for 48e7d31
doxygen-bash.sed
@@ -54,25 +54,25 @@
54
x
55
s/.*/&Integer /
56
57
+ b array
58
}
59
60
# String type. handling.
- /^-[aAlturx]*i/!{
61
- /^-[aAtrx]*l/{
62
- x
63
- s/.*/&LowerCase /
64
65
- }
66
- /^-[aAtrx]*u/{
67
68
- s/.*/&UpperCase /
69
70
+ /^-[aAtrx]*l/{
71
72
- s/.*/&String /
+ s/.*/&LowerCase /
+ x
+ }
+ /^-[aAtrx]*u/{
+ s/.*/&UpperCase /
73
74
+ s/.*/&String /
75
+ : array
76
# For arrays, we remove the initialisation since I dont know yet
77
# how to print it for doxygen to understand.
78
/^-[Ailturx]*a/{
0 commit comments