Go to the source code of this file.
Functions | |
f () | |
Identity function. | |
g () | |
i (x) | |
dotproduct (x, y) | |
dotproductloop (x, y) | |
Variables | |
x = 42 | |
Comments starting with a double slash are processed. | |
y = "\"}" "\\" | |
trade |
A sample documented q source file.
This q source file contains some example doxygen usage.
Definition in file example.q.
g | ( | ) |
i | ( | x | ) |
Identity function.
x | a value |
Definition at line 30 of file example.q.
References x.
Referenced by dotproductloop().
x = 42 |
Comments starting with a double slash are processed.
a global variable
Definition at line 15 of file example.q.
Referenced by dotproduct(), dotproductloop(), _t::f(), _u::f(), f(), v::g(), _t::i::h(), and i().
y = "\"}" "\\" |
Definition at line 17 of file example.q.
Referenced by dotproduct(), and dotproductloop().