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.

10 lines
215 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # contributor: Dan Pitic <dpitic@gmail.com>
  3. # name: Class Doxygen Doc
  4. # key: doxy_class
  5. # group: doxygen
  6. # --
  7. """
  8. @brief ${1:class description}
  9. @details ${2:detailed description}
  10. """