diff --git a/CHANGELOG.md b/CHANGELOG.md index 557bdbc..36733e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,3 +42,5 @@ All notable changes to the "zhaw-snippets" extension will be documented in this - fix(vhdl): add escape character before @zhaw to escape the @ symbol (conflict with doxygen commands) +- fix(vhdl): remove the brief and detailed description from the header because + doxygen expects the entity description before the entity declaration diff --git a/snippets/vhdl.json b/snippets/vhdl.json index 846e847..3338667 100644 --- a/snippets/vhdl.json +++ b/snippets/vhdl.json @@ -14,9 +14,6 @@ "${LINE_COMMENT}! @author ${1:} (${2:}\\@zhaw.ch)", "${LINE_COMMENT}! @copyright ${CURRENT_YEAR} ZHAW Institute of Embedded Systems", "${LINE_COMMENT}! @date ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}", - "${LINE_COMMENT}! @brief ${3:}", - "${LINE_COMMENT}!", - "${LINE_COMMENT}! ${4:}", "${LINE_COMMENT} ============================================================", "", "$0"