Roxen.git/
server/
modules/
examples/
fnord.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2022-11-04
2022-11-04 11:52:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0420030fca07cefca4e6234a75a099052ad4d62a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
devel
Modules: Mark a bunch of example modules as experimental.
84:
// Some constants that are needed to register the module in the RXML parser.
-
constant module_type = MODULE_TAG;
+
constant module_type = MODULE_TAG
|MODULE_EXPERIMENTAL
;
LocaleString module_name = LOCALE(1,"Fnord!"); LocaleString module_doc = LOCALE(2,"Adds an extra container tag, <fnord> that's supposed "