Skip to content

Commit 38d5334

Browse files
committed
fixme
1 parent d4e7309 commit 38d5334

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

.github/workflows/createBundle.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -182,28 +182,28 @@ jobs:
182182
- name: Register Project
183183
working-directory: ${{github.workspace}}/WinCCOA_QualityChecks/
184184
run: |
185-
cwd=$(pwd)
185+
cwd=$(pwd)
186186
187-
mkdir -p $cwd/Projects/TfCustomizedQG/config
188-
cd $cwd/Projects/TfCustomizedQG/config
187+
mkdir -p $cwd/Projects/TfCustomizedQG/config
188+
cd $cwd/Projects/TfCustomizedQG/config
189189
190-
echo "[general]
191-
pvss_path = \"/opt/WinCC_OA/3.19\"
192-
proj_path = \"/opt/WinCC_OA/3.19/TestFramework_3.19\"
193-
proj_path = \"$cwd/Projects/Global\"
194-
proj_path = \"$cwd/Projects/TfCustomizedQG\"
195-
proj_version = \"3.19\"
196-
langs = \"de_AT.utf8\"
197-
langs = \"en_US.utf8\"
198-
pmonPort = 5999
199-
[testFramework]
200-
installPath = \"$cwd/\"
201-
" > config
190+
echo "[general]
191+
pvss_path = \"/opt/WinCC_OA/3.19\"
192+
proj_path = \"/opt/WinCC_OA/3.19/TestFramework_3.19\"
193+
proj_path = \"$cwd/Projects/Global\"
194+
proj_path = \"$cwd/Projects/TfCustomizedQG\"
195+
proj_version = \"3.19\"
196+
langs = \"de_AT.utf8\"
197+
langs = \"en_US.utf8\"
198+
pmonPort = 5999
199+
[testFramework]
200+
installPath = \"$cwd/\"
201+
" > config
202+
203+
mkdir -p $$cwd/Projects/TfCustomizedQG/log
204+
205+
/opt/WinCC_OA/3.19/bin/WCCILpmon -config $cwd/Projects/TfCustomizedQG/config/config -n -autofreg -status -log +stderr || true
202206
203-
mkdir -p $$cwd/Projects/TfCustomizedQG/log
204-
205-
/opt/WinCC_OA/3.19/bin/WCCILpmon -config $cwd/Projects/TfCustomizedQG/config/config -n -autofreg -status -log +stderr || true
206-
207207
- name: Generate help
208208
working-directory: /opt/WinCC_OA/3.19/bin/
209209
run: |

WinCCOA_QualityChecks/scripts/libs/classes/QualityGates/QgStaticCheck/CtrlCode/ScriptData.ctl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,14 @@ class ScriptData
342342
protected string _filePath = ""; //!< Full native path to the script.
343343

344344
//------------------------------------------------------------------------------
345-
/**
346-
Validate calculation state of the script.
347-
@detals There are more reasons, why the script is not calculated
345+
/** Validate calculation state of the script.
346+
347+
There are more reasons, why the script is not calculated
348348
- does not exist
349349
- can not be readed
350350
- crypted
351351
- ...
352+
352353
@return Return 0 when successfull.
353354
*/
354355
protected int validateIsCalucalted()

docs/projectDocu/advanced_doxygenConfig.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ALIASES += synchronized="@attention Synchronized reason:^^"
3434
ALIASES += synopsis="<b>Synopsis:</b>^^"
3535
ALIASES += var_type="<strong>Variable type:</strong>^^"
3636
ALIASES += exampleDescription="<strong>Example:</strong>^^"
37+
ALIASES += obsolete="@deprecated^^"
3738

3839
# eliminate many warnings
3940
# TODO fix it

0 commit comments

Comments
 (0)