Skip to content
Snippets Groups Projects
Commit c581ea82 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

Doc fixes.

parent 65f3a308
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
//! Check the PostgreSQL documentation for further details.
//!
//! @note
//! Multiple simultaneous queries on the same database connection is a
//! Multiple simultaneous queries on the same database connection are a
//! feature that none of the other database drivers for Pike support.
//! So, although it's efficient, its use will make switching database drivers
//! difficult.
......
......@@ -2222,7 +2222,7 @@ class Evaluator {
if (sizeof(hch_warnings))
safe_write(hch_warnings);
}
};
}
//! Creates a wrapper and compiles the pike code @[f] in it.
//! If a new variable is compiled to be tested, its name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment