Prototypes

You can explicity inline the prototype for the given topic.

Summary
PrototypesYou can explicity inline the prototype for the given topic.
Example 1For basic and advanced level languages the Prototype keywords allow a prototype to be embedded within the documentation.
Functions
MyFunctionThe MyFunction definition is using an explicit prototype.

Example 1

For basic and advanced level languages the Prototype keywords allow a prototype to be embedded within the documentation.

Source

Function:           MyFunction

    The MyFunction definition is using an explicit prototype.

Prototype:
    void MyFunction (int arg1, int arg1)

Arguments:
    arg1 -          First argument

    arg2 -          Second argument

Returns:
    nothing

Functions

MyFunction

void MyFunction (int arg1,
int arg1)

The MyFunction definition is using an explicit prototype.

Arguments

arg1First argument
arg2Second argument

Returns

nothing

To send feedback on this topic email: natural.nosp@m.docsplus@gmai.nosp@m.l.com

© Some Rights Reserved. see License

void MyFunction (int arg1,
int arg1)
The MyFunction definition is using an explicit prototype.
ND+ is licensed under the GPL-2.0, the same terms and conditions as Natural Docs 1.4.