pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-02-01
2017-02-01 13:34:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b19a26d741c3ae85658e12d5ca89584bdceeebb5 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Documentation: Updated syntax in doc for lfun::create().
406:
*! int bar; *! protected void create(int foo) *! {
-
*!
local
::foo = foo;
+
*!
this
::foo = foo;
*! } *! } *! @endcode