Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/2922
One other thing; I found a number of places in the property definition
tables where a key name had a trailing asterisk. Do you know if there are
footnotes for all of these or it was an artifact from previous formatting?
Example (Line 2872):
```
|`nifi.flow.configuration.archive.enabled`*|Specifies whether NiFi creates
a backup copy of the flow automatically when the flow is updated. The default
value is `true`.
```
---