Github user FlorianHockmann commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/629#discussion_r122388282
  
    --- Diff: gremlin-dotnet/glv/AnonymousTraversal.template ---
    @@ -27,6 +27,8 @@ using Gremlin.Net.Structure;
     // THIS IS A GENERATED FILE - DO NOT MODIFY THIS FILE DIRECTLY - see 
pom.xml
     namespace Gremlin.Net.Process.Traversal
     {
    +#pragma warning disable 1591
    --- End diff --
    
    Looks like you're right. I thought that it would be necessary to also 
document all function arguments and return values, but it seems to be enough to 
have a `summary` for each element. This also applies to the `GraphTraversal` 
class. I'll update the pull request to remove the `pragmas` for both classes.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to