autodoc.git/
autodoc.xml
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-12
2000-08-12 08:52:10 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
59beb41dbeb674b0dc96a840708a5927c960dc5e (
22
lines) (+
19
/-
3
)
[
Show
|
Annotate
]
Branch:
8.0
...
Rev: lib/modules/Calendar_I.pmod/module.pmod:1.7
4663:
<doc> <text> <p>
-
This module implements calendar calculations, and base classes
-
for time units.
-
</p>
+
This module
exist only for backwards compatible issues with
+
earlier Pike releases. Use the Calendar module instead.</p>
+
+
<p>This code can be used to simulate the old calendar
+
for now (it might be removed in later Pike's):</p>
+
+
<p>
+
<pre>
+
#if constant(Calendar.II)
+
#define Calendar Calendar_I
+
#endif
+
<i>...</i> import Calendar <i>or whatever ...</i>
+
</pre></p>
+
+
<p>This module
implements calendar calculations, and base classes
+
for time units.</p>
+
+
<p/>
</text> </doc>