My Project
 All Namespaces Files Functions Enumerations Enumerator Pages
Enumerations | Functions
PLAT Namespace Reference

This is the PLAT namespace. More...

Enumerations

enum  MyNSType { mntOne, mntTwo, mntThree }

Functions

MyNSType MyNSFunc1 (PLAT::MyNSType a, MyNSType b,::MyNSType c)
 A simple function declared within a namespace.
PLAT::MyNSType MyNSFunc2 (PLAT::MyNSType a, MyNSType b,::MyNSType c)
 Another simple function declared within a namespace.

Detailed Description

This is the PLAT namespace.


Enumeration Type Documentation

A simple enum defined within namespace PLAT.

Enumerator:
mntOne 

One.

mntTwo 

Two.

mntThree 

Three.


Function Documentation

MyNSType PLAT::MyNSFunc1 ( PLAT::MyNSType  a,
MyNSType  b,
::MyNSType  c 
)

A simple function declared within a namespace.

It has parameters of types PLAT::MyNSType MyNSType and MyNSType .

Bug:
In the function overview of the PLAT namespace page, Doxygen should not create a link from the type of parameter c to PLAT::MyNSType.
In the detailed description of the PLAT namespace page, Doxygen should create a link to PLAT::MyNSType for parameter b.
In the function overview of the nstest.h file reference page, Doxygen should create a link to PLAT::MyNSType for parameter b.
In the bug list, Doxygen should create a link to PLAT::MyNSType for parameter b.
See also:
MyNSFunc2, PLAT::MyNSFunc2
PLAT::MyNSType PLAT::MyNSFunc2 ( PLAT::MyNSType  a,
MyNSType  b,
::MyNSType  c 
)

Another simple function declared within a namespace.

Detailed description.