MyLib Docs

Welcome to the docs of the library mylib

Here’s an example class diagram:

class-diagramm.puml

This file collects my functions.

Functions

int func(int x)

This is a test function.

If you can read this doxyen/sphinx can generate docs for extended descriptions.

Parameters:

x – test arg

Returns:

An integer

template<typename T>
inline int tfunc(const T &x)

This is a test function.

If you can read this doxyen/sphinx can generate docs for extended descriptions.

Template Parameters:

T – this is documentation for the template parameter

Parameters:

x – test arg.

Returns:

An integer.