-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFunctionsVoiceScript.js
52 lines (39 loc) · 1.04 KB
/
FunctionsVoiceScript.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
onCreateProject(() => {
project.FUNCTIONSCATEGORIES = "";
project.PARAMETER_PASSING_EXPRESSION_CATEGORIES = "";
project.PARAMETER_PASSING_SEMANTIC_CATEGORIES = "";
project.VALUE_RETURN_SEMANTIC_CATEGORIES = "";
project.OTHER_FUNCTION_CATEGORIES = "";
});
// main URL
const Core_Guidelines_URL = 'https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#';
// rule URL arrays
const URL_Pages = [];
const PPE_Pages = [];
const PPS_Pages = [];
const VRS_Pages = [];
const OF_Pages = [];
// definition
const Functions_Definition = "";
// rule descriptions
const Function_Rule_Descriptions = [];
const PPE_Rule_Descriptions = [];
const PPS_Rule_Descriptions = [];
const VRS_Rule_Descriptions = [];
const OF_Rule_Descriptions = [];
// rule reasons
const Rule_Reasons = [];
// rule notes
const Notes = [];
// rule enforcement
const Enforcement = [];
// String Variables
let jResponse;
let jFollowUp;
// Context Variables
let answerConfirm;
let getCategory;
// Functions
// Initial Intent
// Web Page Intent
// Category Web Page Intent