Skip to content
Snippets Groups Projects
Commit 1952d802 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Autodoc fix

Rev: lib/modules/Function.pmod:1.8
parent 64ff31ff
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@ constant defined = __builtin.function_defined;
//! Whatever the supplied function @[f] returns.
//!
//! @example
//! @code{
//! @code
//! class Product(string name, string version)
//! {
//! string _sprintf()
......@@ -34,7 +34,7 @@ constant defined = __builtin.function_defined;
//! Product(pike/7.1.11),
//! Product(whitefish/0.1)
//! })
//! @}
//! @endcode
mixed splice_call(array args, function f, mixed|void ... extra)
{
return f(@args, @extra);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment