MQL
MQL document
Classes | Macros | Functions | Variables
test1.mqh File Reference

Testing some var & class with DoxyGen. More...

Go to the source code of this file.

Classes

class  CTest
 Pretty nice class. More...
 

Macros

#define STR_MACRO   "This is simple string"
 Only string in macro and this is Brief for macro. More...
 

Functions

int intSumm (int x, int y)
 Very, very important function. More...
 

Variables

long lgVar = 0
 

Detailed Description

Testing some var & class with DoxyGen.

This is only test. More...

Definition in file test1.mqh.

Macro Definition Documentation

◆ STR_MACRO

#define STR_MACRO   "This is simple string"

Only string in macro and this is Brief for macro.

Definition at line 23 of file test1.mqh.

Function Documentation

◆ intSumm()

int intSumm ( int  x,
int  y 
)

Very, very important function.

Parameters
[in]xFirst param - integer x
[in]ySecond param - integer y
Returns
Return sum x + y

Definition at line 36 of file test1.mqh.

Variable Documentation

◆ lgVar

long lgVar = 0

a long value

Definition at line 26 of file test1.mqh.