-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/logisland 483 #515
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems globally good. Some strange balise in some signatures. I am worried that you may have deleted some usefull doc files.
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why putting those balises here ?
@@ -161,7 +160,7 @@ | |||
private IdBuilder idBuilder = null; | |||
|
|||
@Override | |||
public void init(ProcessContext context) throws InitializationException { | |||
public void init(ProcessContext context) throws InitializationException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strange indentation here
@@ -112,7 +110,7 @@ protected PropertyDescriptor getSupportedDynamicPropertyDescriptor(final String | |||
} | |||
|
|||
@Override | |||
public void init(final ProcessContext context) throws InitializationException { | |||
public void init(final ProcessContext context) throws InitializationException{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strange indentation
* Copyright (C) 2016 Hurence (support@hurence.com) | ||
* | ||
* Copyright (C) 2019 Hurence (support@hurence.com) | ||
* <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these balises are here ?
* Copyright (C) 2016 Hurence (support@hurence.com) | ||
* | ||
* Copyright (C) 2019 Hurence (support@hurence.com) | ||
* <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
balises ?
@@ -1,19 +0,0 @@ | |||
.. _dev-engines: | |||
|
|||
Engines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why deleting this file ?
@@ -1,17 +0,0 @@ | |||
.. _dev-components: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why deleting this file ? Well this question for every doc files deleted
@@ -89,6 +89,7 @@ public static void main(String[] args) { | |||
|
|||
File rootDocDir = new File(dir); | |||
DocGeneratorUtils.generate(rootDocDir, fileName, "rst", append); | |||
DocGeneratorUtils.generate(rootDocDir, "components", "yaml", append); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why replacing a filename parameter in command line with a hard coded string ?
@@ -1,12 +1,12 @@ | |||
/** | |||
* Copyright (C) 2016 Hurence (support@hurence.com) | |||
* | |||
* <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
balises
.entrySet() | ||
.forEach(entry -> { | ||
|
||
/* String category = entry.getKey(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this commented code needed ?
generate yaml doc