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.
 
 
 
 

11 lines
214 B

  1. #-*- mode: snippet; coding: utf-8 -*-
  2. # name: doxygen comment
  3. # key: dox/
  4. # --
  5. /**
  6. \brief ${1:brief comment}
  7. ${0:long explanation of boring}
  8. \param ${3:param1}, ${4:value}
  9. \returns ${5:returns whatever}
  10. */