summaryrefslogtreecommitdiffstats
path: root/examples/file.h
blob: 8dff6cb5083527934bba089a5f7b281f7f5a22c7 (plain)
1
2
3
4
5
6
7
8
9
10
/** \file file.h
 * A brief file description.
 * A more elaborated file description.
 */

/**
 * A global integer value.
 * More details about this value.
 */
extern int globalValue;