diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-09-27 14:33:15 +0200 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-09-27 14:33:15 +0200 |
commit | 96775d053500676e0c7daebad70c5f7d3299418d (patch) | |
tree | 99b2bed0322b2316f62bff3f6f88354d0e5e3191 /glossary.bib | |
parent | 83999b29846e1338e43bf9b2fe7489d778cb7d0c (diff) | |
parent | 3a0cc3f0720ed644d602295dc9d2d6bfc21f2d65 (diff) |
Merge branch 'master' into niels/design
Diffstat (limited to 'glossary.bib')
-rw-r--r-- | glossary.bib | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/glossary.bib b/glossary.bib index 4d02e4a..fda634f 100644 --- a/glossary.bib +++ b/glossary.bib @@ -28,3 +28,27 @@ description = {Graphics library developed by \hbox{Microsoft}}, } +@acronym{api, + short = {API}, + long = {Application Programming Interface}, +} + +@acronym{reqlabel-priority, + short = {pri}, + long = {priority}, +} +@acronym{reqlabel-description, + short = {req}, + long = {requirement}, +} +@acronym{reqlabel-done, + short = {DoD}, + long = {definition of done}, +} + +@abbreviation{poc, + short = {POC}, + long = {proof-of-concept}, +} + + |