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
274 B

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