Skip to content
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

Merged
merged 10 commits into from
Nov 28, 2019
Merged

Feature/logisland 483 #515

merged 10 commits into from
Nov 28, 2019

Conversation

oalam
Copy link
Member

@oalam oalam commented Oct 9, 2019

generate yaml doc

Copy link
Contributor

@MiniPlayer MiniPlayer left a 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>
Copy link
Contributor

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 {
Copy link
Contributor

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{
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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
Copy link
Contributor

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:
Copy link
Contributor

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);
Copy link
Contributor

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>
Copy link
Contributor

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();
Copy link
Contributor

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 ?

@oalam oalam merged commit a54d7e5 into develop Nov 28, 2019
@oalam oalam deleted the feature/LOGISLAND-483 branch November 28, 2019 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants