summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/usingdirective/space.cpp
blob: 4a4962550eddd55b138049303831cbdec9461b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "space.h"

/*!
    \namespace Space
    \inmodule UsingDirective
    \brief A namespace...in space.
*/

using namespace Alias;
using namespace Space;

/*!
    \relates Space
    A \a space function.
*/
void spaceFun(spacename space)
{
}