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

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