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.

13 lines
275 B

4 years ago
  1. # -*- mode: snippet -*-
  2. #cotributor: Henrique Jung <henriquenj@gmail.com>
  3. # name: Function description
  4. # key: \brief
  5. # group: doxygen
  6. # --
  7. /**
  8. * \brief ${1:function description}
  9. ${2:*
  10. * ${3:Detailed description}
  11. *
  12. }* \param ${4:param}
  13. * \return ${5:return type}
  14. */