function.h 208 B

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