Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
testing
029_hideinit.c
Go to the documentation of this file.
1
// objective: test the \hideinitializer command
2
// check: 029__hideinit_8c.xml
3
4
/** \file */
5
6
/** a variable with initializer visible */
7
int
var1
= 10;
8
9
/** a variable without initializer visible
10
* \hideinitializer
11
*/
12
int
var2
= 20;
var1
int var1
Definition:
029_hideinit.c:7
var2
int var2
Definition:
029_hideinit.c:12
Generated by
1.8.11