mirror of https://github.com/apache/nifi.git
NIFI-152 - fixing more markup
This commit is contained in:
parent
3462579688
commit
82b6a03f14
|
@ -666,18 +666,18 @@ provides a "Usage" menu item in the context menu. Additionally, the
|
||||||
UI exposes a "Help" link in the top-right corner, from which the same
|
UI exposes a "Help" link in the top-right corner, from which the same
|
||||||
Usage information can be found.
|
Usage information can be found.
|
||||||
|
|
||||||
The advanced documentation of a Processor is provided as an HTML file named `additionalDetails.html`.
|
The advanced documentation of a component is provided as an HTML file named `additionalDetails.html`.
|
||||||
This file should exist within a directory whose name is the
|
This file should exist within a directory whose name is the
|
||||||
fully-qualified
|
fully-qualified
|
||||||
name of the component, and this directory's parent should be named
|
name of the component, and this directory's parent should be named
|
||||||
`docs` and exist in the root of the Processor's jar.
|
`docs` and exist in the root of the Processor's jar.
|
||||||
This file will be linked from a generated HTML file that will contain
|
This file will be linked from a generated HTML file that will contain
|
||||||
all the Capability, Keyword, PropertyDescription and Relationship information,
|
all the Capability, Keyword, PropertyDescription and Relationship information,
|
||||||
so it will not be necessary to duplicate that information. This is a place
|
so it will not be necessary to duplicate that. This is a place
|
||||||
to provide a rich explanation of what this processor is doing, what kind of
|
to provide a rich explanation of what this component is doing, what kind of
|
||||||
data it expects and produces, and what FlowFile attributes it expects and produces.
|
data it expects and produces, and what FlowFile attributes it expects and produces.
|
||||||
Because this documentation is in an HTML format, you may include images and tables
|
Because this documentation is in an HTML format, you may include images and tables
|
||||||
to best document this component.
|
to best describe this component.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1229,7 +1229,7 @@ then this method is not possible.
|
||||||
|
|
||||||
*Both Methods*
|
*Both Methods*
|
||||||
Regardless of whether the Clone Method or the Create Method is used,
|
Regardless of whether the Clone Method or the Create Method is used,
|
||||||
the following is applicable.
|
the following is applicable:
|
||||||
|
|
||||||
If at any point in the InputStreamCallback, a condition is reached in
|
If at any point in the InputStreamCallback, a condition is reached in
|
||||||
which processing cannot continue
|
which processing cannot continue
|
||||||
|
|
Loading…
Reference in New Issue