diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:29:24 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:29:24 +1100 |
| commit | 32c009ef2f83cfc617ba6d2b1550d9d4cf8517b9 (patch) | |
| tree | 0476654910bc2bfcdcdf881cbe6a3c1adc3a5e2c /lexers/LexEDIFACT.cxx | |
| parent | c09dc2fb669b8ddd820e983c814f687b9ee6b5b9 (diff) | |
| download | scintilla-mirror-32c009ef2f83cfc617ba6d2b1550d9d4cf8517b9.tar.gz | |
Backport: Add or fix file name comments.
Backport of changeset 7838:c924b214edf5.
Diffstat (limited to 'lexers/LexEDIFACT.cxx')
| -rw-r--r-- | lexers/LexEDIFACT.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexers/LexEDIFACT.cxx b/lexers/LexEDIFACT.cxx index 1e0becab2..9c1de5d77 100644 --- a/lexers/LexEDIFACT.cxx +++ b/lexers/LexEDIFACT.cxx @@ -1,4 +1,5 @@ // Scintilla Lexer for EDIFACT +// @file LexEDIFACT.cxx // Written by Iain Clarke, IMCSoft & Inobiz AB. // EDIFACT documented here: https://www.unece.org/cefact/edifact/welcome.html // and more readably here: https://en.wikipedia.org/wiki/EDIFACT |
