autodoc.git/
autodoc.xml
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-04
2000-08-04 14:35:43 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
6b1aebfaa8367885457cc6e1e540cd806471141d (
21
lines) (+
21
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
added next and prev
Rev: lib/modules/Calendar.pmod/TimeRanges.pmod:1.3
3602:
</doc> </docgroup>
+
<docgroup homogen-type='method'>
+
<method name='next'>
+
<returntype>
+
<object resolved='predef::Calendar.TimeRange'>TimeRange </object></returntype>
+
<arguments>
+
</arguments>
+
</method><method name='prev'>
+
<returntype>
+
<object resolved='predef::Calendar.TimeRange'>TimeRange </object></returntype>
+
<arguments>
+
</arguments>
+
</method><doc>
+
<text>
+
<p>Next and prev are compatible and convinience functions;
+
<tt>a->next()</tt> is exactly the same as <tt>a+1</tt>;
+
<tt>a=a->next()</tt> is <tt>a++</tt>.</p>
+
</text>
+
+
</doc>
+
</docgroup>
<docgroup homogen-name='place' homogen-type='method'> <method name='place'> <returntype>