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

4 years ago
  1. # -*- mode: snippet -*-
  2. #cotributor: Henrique Jung <henriquenj@gmail.com>
  3. # name: File description
  4. # key: \file
  5. # group: doxygen
  6. # --
  7. /**
  8. * \file ${1:`(file-name-nondirectory(buffer-file-name))`}
  9. * \brief ${2:A Documented file.}
  10. ${3:*
  11. * ${4:Detailed description}
  12. *
  13. }*/