Function parameter documentation is not rendered to HTML
--------------------------------------------------------

                 Key: THRIFT-1029
                 URL: https://issues.apache.org/jira/browse/THRIFT-1029
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (General)
    Affects Versions: 0.4
         Environment: linux 64 bit, thrift 0.4.0
            Reporter: Dvir Volk
            Priority: Minor


the test file TestDoc.thrift mentions that method parameters should be 
documented like so:

  /** This is an example of a function with params documented */
  Numberz      testEnum(

    /** This param is a thing */
    1: Numberz thing

  ),


rendering this file (or other files with parameters documented like this) to 
HTML does not render the parameter documentation, just the function's.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to