diff options
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r-- | docs/man/man3/ExtMode.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3 index 7e19955b6..3ab0d8a73 100644 --- a/docs/man/man3/ExtMode.3 +++ b/docs/man/man3/ExtMode.3 @@ -41,41 +41,41 @@ Inherits \fBclassbase\fP. .PP .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP" .PP -Definition at line 211 of file modules.cpp. +Definition at line 212 of file modules.cpp. .PP References modechar, needsoper, params_when_off, params_when_on, and type. .PP .nf -211 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; +212 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; .fi .SH "Member Data Documentation" .PP .SS "bool \fBExtMode::list\fP" .PP -Definition at line 210 of file modules.cpp. +Definition at line 211 of file modules.cpp. .SS "char \fBExtMode::modechar\fP" .PP -Definition at line 205 of file modules.cpp. +Definition at line 206 of file modules.cpp. .PP Referenced by ExtMode(). .SS "bool \fBExtMode::needsoper\fP" .PP -Definition at line 209 of file modules.cpp. +Definition at line 210 of file modules.cpp. .PP Referenced by ExtMode(). .SS "int \fBExtMode::params_when_off\fP" .PP -Definition at line 208 of file modules.cpp. +Definition at line 209 of file modules.cpp. .PP Referenced by ExtMode(). .SS "int \fBExtMode::params_when_on\fP" .PP -Definition at line 207 of file modules.cpp. +Definition at line 208 of file modules.cpp. .PP Referenced by ExtMode(). .SS "int \fBExtMode::type\fP" .PP -Definition at line 206 of file modules.cpp. +Definition at line 207 of file modules.cpp. .PP Referenced by ExtMode(). |