pike.git/
src/
modules/
Wnotify/
wnotify.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-04-03
2013-04-03 15:26:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
126fa4a65f2b0a2a10364b748d0820d9f1a2ccc2 (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Documentation: Fixed AutoDoc markup in a few places.
54:
PIKEVAR int filter; PIKEVAR int triggered;
-
/*! @decl create(string path, int watch_subtree, int filter)
+
/*! @decl
void
create(string path, int watch_subtree, int filter)
*/ PIKEFUN void create(string path, int watch_subtree, int filter) {
126:
} }
+
/*! @endclass */
+
/*! @class EventPoller */ PIKECLASS EventPoller
245:
} }
+
/*! @endclass */
+
#endif /* HAVE_FINDFIRSTCHANGENOTIFICATION */ PIKE_MODULE_INIT
284:
EXIT; }
-
/*! @endclass
-
*/
-
+
/*! @endmodule */ /*! @endmodule */