GitHub user xristosoik opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/71

    Addition of javadoc displaying in gremlin console

    I create a package which implement all the necessary functionalities for 
parsing and displaying of javadocs in the gremlin console. Also I add 3 
commands in the console which are responsible for the connection between 
console and package. Last but not least I create some test to verify the 
reliability.
    
    The use of this commands is
    
    // This is a command for loading of the documentation of a Class*.
    gremlin> :importdocs "Graph"
    //This is a command for displaying the documentation of a method**.
    gremlin> :docs "addVertex"
    //This id a command who returns the current loaded Class.
    gremlin> :currdocs
    
    *Every time is only one Class's loaded documentation.
    ** If there are overloaded classes displays all of them the one after the 
other.  
    ![screenshot from 2015-06-07 19 12 
17](https://cloud.githubusercontent.com/assets/5932880/8024819/4b571542-0d49-11e5-87f9-f7ac5439b6e5.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xristosoik/incubator-tinkerpop master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/71.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #71
    
----
commit 16bb9a99810270c94ccc11178c40b0ac9a69c4f3
Author: xristosoik <[email protected]>
Date:   2015-05-30T13:16:56Z

    Addition of package DisplayDocs

commit 00a06367bf25eb95cea36a2103278392529a69a7
Author: xristosoik <[email protected]>
Date:   2015-05-31T07:36:43Z

    Addition of Javadocs

commit def7dfd428f01314645bf0e3c79fe42e209b5629
Author: xristosoik <[email protected]>
Date:   2015-06-04T02:14:31Z

    Correct parsing of documentation

commit 30cb24600c7d3057715a41d5325f362b1a739814
Author: xristosoik <[email protected]>
Date:   2015-06-06T17:13:04Z

    Merge branch 'master' of https://github.com/apache/incubator-tinkerpop

commit 140b8466115ad0b6e09903df1c51b9d05732d665
Author: xristosoik <[email protected]>
Date:   2015-06-06T21:06:55Z

    Addition of commands for the main functionality

commit 1c84a49dbf31acf3ac9f75bd913db96457cad74a
Author: xristosoik <[email protected]>
Date:   2015-06-07T02:36:30Z

    Fixing the displaying of methods

commit f30e142ab19c17fabda6bdc5448d61018e179db0
Author: xristosoik <[email protected]>
Date:   2015-06-07T09:54:10Z

    Addition of web parsing functionality

commit f3d59cac1a82ec2188018e8771f3aa9040512dcf
Author: xristosoik <[email protected]>
Date:   2015-06-07T10:28:53Z

    Addition of CurrDocsCommand.groovy

commit 816ee053f18cdf78c39692d138b9eadfe47f07ff
Author: xristosoik <[email protected]>
Date:   2015-06-07T15:35:14Z

    Fixing bugs and add unit tests

commit 77f2065fef32671a53e8636f1747fd5945f643f1
Author: xristosoik <[email protected]>
Date:   2015-06-07T15:37:54Z

    Merge branch 'webpage'

commit 4db216b7fe3c4288b1dc849219475216caacbee2
Author: xristosoik <[email protected]>
Date:   2015-06-07T15:44:40Z

    Merge branch 'master' of https://github.com/apache/incubator-tinkerpop

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to