Skip to content

Commit

Permalink
fix(vhdl): remove the brief and detailed description from the header …
Browse files Browse the repository at this point in the history
…because doxygen expects the entity description before the entity declaration
  • Loading branch information
Thierry Delafontaine committed Feb 10, 2023
1 parent 9e1cae7 commit c8521e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions snippets/vhdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"${LINE_COMMENT}! @author ${1:<author>} (${2:<initials>}\\@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:<brief description>}",
"${LINE_COMMENT}!",
"${LINE_COMMENT}! ${4:<extensive description>}",
"${LINE_COMMENT} ============================================================",
"",
"$0"
Expand Down

0 comments on commit c8521e8

Please sign in to comment.