comment_templates.c 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #File header for each source file
  2. /* =============================================================================
  3. * PROGRAM:
  4. * FILENAME:
  5. *
  6. * DESCRIPTION:
  7. *
  8. *
  9. * =============================================================================
  10. * EXPORTED VARIABLES
  11. *
  12. *
  13. *
  14. * =============================================================================
  15. * EXPORTED FUNCTIONS
  16. *
  17. *
  18. *
  19. * =============================================================================
  20. */
  21. #Function comment for function declaration
  22. /* =============================================================================
  23. * FUNCTION:
  24. *
  25. * DESCRIPTION:
  26. *
  27. *
  28. * PARAMETERS:
  29. *
  30. * RETURN VALUE:
  31. *
  32. */
  33. #Function comment of function implementation
  34. /* =============================================================================
  35. * FUNCTION:
  36. */
  37. #Section markers
  38. /* =============================================================================
  39. * Local variables
  40. */
  41. /* =============================================================================
  42. * Local functions
  43. */
  44. /* =============================================================================
  45. * Exported variables
  46. */
  47. /* =============================================================================
  48. * Exported functions
  49. */