diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-01-08 13:33:20 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-01-16 09:42:57 +0100 |
commit | 933f5b5f31726704a48ec64142c1d9b1ad786cff (patch) | |
tree | 745fcc04b09cbea5d803e64b122b86c423202e1c /server/sonar-docs/src/pages/analysis | |
parent | 505b1f5c8e6ee8f4f5376ffb7ad173dbd70c846b (diff) | |
download | sonarqube-933f5b5f31726704a48ec64142c1d9b1ad786cff.tar.gz sonarqube-933f5b5f31726704a48ec64142c1d9b1ad786cff.zip |
Fix syntax error in documentation page
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/overview.md b/server/sonar-docs/src/pages/analysis/overview.md index 6535e80bc2d..ed7f6afb464 100644 --- a/server/sonar-docs/src/pages/analysis/overview.md +++ b/server/sonar-docs/src/pages/analysis/overview.md @@ -64,7 +64,7 @@ For example if your SonarQube instance had only SonarJava SonarJS on board, all ## What about branches and pull requests? _Developer Edition_ adds the ability to analyze your project's release / [long-lived branches](/branches/long-lived-branches/), feature / [short-lived branches](/branches/short-lived-branches/), and [pull requests](/analysis/pull-request/) as well as the ability to automatically decorate pull requests in some SCM interfaces. For more on branches see the [branches overview](/branches/overview/). -<!-- /sonarqube> +<!-- /sonarqube --> ## What happens during analysis? During analysis, data is requested from the server, the files provided to the analysis are analyzed, and the resulting data is sent back to the server at the end in the form of a report, which is then analyzed asynchronously server-side. |