選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

11 行
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. */