blob: bae97b44c12022e53bbab996da1f0de7e16296fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#ifndef __FLEXT_DOXYGEN_H
#define __FLEXT_DOXYGEN_H
/*! \file fldoxygen.h
\brief Doxygen definitions
\remark There is no code in here, just documentation stuff.
*/
/*! \mainpage flext - C++ layer for cross-platform development of PD and Max/MSP objects
\section intro Introduction
This is the introduction
\section install Installation
\subsection step1 Step 1: Opening the box
etc...
*/
#endif
|