Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
287 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # contributor: Dan Pitic <dpitic@gmail.com>
  3. # name: Function Doxygen Doc
  4. # key: doxy
  5. # group: doxygen
  6. # --
  7. /**
  8. * @brief ${1:function description}
  9. *
  10. * @details ${2:detailed description}
  11. *
  12. * @param ${3:param}
  13. *
  14. * @return ${4:return type}
  15. */