diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:03:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:03:57 +0900 |
commit | edd810f95769b4d211d26fcd33c68ec36b6140dd (patch) | |
tree | 1f7093062f051b3ea4643312fc0d167d06aa614b /kttsd/filters/sbd | |
parent | 3a71cc5d161f2832b2ca40a761fb4b3dcd60d355 (diff) | |
download | tdeaccessibility-edd810f95769b4d211d26fcd33c68ec36b6140dd.tar.gz tdeaccessibility-edd810f95769b4d211d26fcd33c68ec36b6140dd.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/filters/sbd')
-rw-r--r-- | kttsd/filters/sbd/sbdconf.cpp | 2 | ||||
-rw-r--r-- | kttsd/filters/sbd/sbdconf.h | 2 | ||||
-rw-r--r-- | kttsd/filters/sbd/sbdplugin.cpp | 2 | ||||
-rw-r--r-- | kttsd/filters/sbd/sbdproc.cpp | 2 | ||||
-rw-r--r-- | kttsd/filters/sbd/sbdproc.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kttsd/filters/sbd/sbdconf.cpp b/kttsd/filters/sbd/sbdconf.cpp index d17e4b8..f718664 100644 --- a/kttsd/filters/sbd/sbdconf.cpp +++ b/kttsd/filters/sbd/sbdconf.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Sentence Boundary Detection Filter Configuration class. ------------------- Copyright: diff --git a/kttsd/filters/sbd/sbdconf.h b/kttsd/filters/sbd/sbdconf.h index 2eb8ca2..3c44419 100644 --- a/kttsd/filters/sbd/sbdconf.h +++ b/kttsd/filters/sbd/sbdconf.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Standard Sentence Boundary Detection Filter Configuration class. ------------------- Copyright: diff --git a/kttsd/filters/sbd/sbdplugin.cpp b/kttsd/filters/sbd/sbdplugin.cpp index ab14080..67e9be6 100644 --- a/kttsd/filters/sbd/sbdplugin.cpp +++ b/kttsd/filters/sbd/sbdplugin.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Generating the factories so Sentence Boundary Detection Filter can be used as plug in. ------------------- diff --git a/kttsd/filters/sbd/sbdproc.cpp b/kttsd/filters/sbd/sbdproc.cpp index d868d5c..ba4f3b7 100644 --- a/kttsd/filters/sbd/sbdproc.cpp +++ b/kttsd/filters/sbd/sbdproc.cpp @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Sentence Boundary Detection Filter class. ------------------- Copyright: diff --git a/kttsd/filters/sbd/sbdproc.h b/kttsd/filters/sbd/sbdproc.h index d0d8f86..228f018 100644 --- a/kttsd/filters/sbd/sbdproc.h +++ b/kttsd/filters/sbd/sbdproc.h @@ -1,4 +1,4 @@ -/***************************************************** vim:set ts=4 sw=4 sts=4: +/* Sentence Boundary Detection (SBD) Filter class. ------------------- Copyright: |