From 4dabc5e33fa868ea3d9ebd06f1319f21ce74f216 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Fri, 12 May 2017 13:55:04 +0300 Subject: [PATCH] Update API.md --- documentation/API.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/API.md b/documentation/API.md index b725372ca..27dc854b8 100644 --- a/documentation/API.md +++ b/documentation/API.md @@ -65,8 +65,9 @@ public class StepCounterSteps extends PluginData { - List analysisTypes - boolean analysisOnly -analysisOnly is 'true' by default. - Thus Inspect page will ignore the data. (Except when using a super constructor without AnalysisType parameters. - then 'false'.) -analysisTypes is empty. - Thus Analysis page will ignore the data. +- analysisOnly is 'true' by default. - Inspect page will ignore the data. +- analysisOnly is set to 'false' automatically when using the super constructor without AnalysisType parameters. +- analysisTypes is empty. - Thus Analysis page will ignore the data. ## Registering the data point @@ -110,7 +111,7 @@ public StepCounterSteps(StepCounterPlugin stepCounter) { Why should parseContainer(String modifier, String value)-method be used with getHtmlReplaceValue-method? -- Automatically add
wrap around the text. +- Automatically add `
` wrap around the text. - Automatically add the prefix, suffix & icon to the value. Wait, icons?