1 #ifndef _DOXYGEN_EXAMPLE_FUNCTION_H_ 2 #define _DOXYGEN_EXAMPLE_FUNCTION_H_ 3 4 void doxygen_example_func_foo(int a, int b); 5 int doxygen_example_func_bar(int a, int* b); 6 7 #endif /* _DOXYGEN_EXAMPLE_FUNCTION_H_ */ 8
1 #ifndef _DOXYGEN_EXAMPLE_FUNCTION_H_ 2 #define _DOXYGEN_EXAMPLE_FUNCTION_H_ 3 4 void doxygen_example_func_foo(int a, int b); 5 int doxygen_example_func_bar(int a, int* b); 6 7 #endif /* _DOXYGEN_EXAMPLE_FUNCTION_H_ */ 8