Class ParameterDescription

    • Constructor Detail

      • ParameterDescription

        public  fieldDoc,
                                     name,
                                     type,
                                     defaultValue,
                                     defaultPrefix,
                                    boolean required,
                                    boolean allowNull,
                                    boolean cache,
                                     since,
                                    boolean deprecated,
                                    DocCommentTreeProvider docCommentTreeProvider)
    • Method Detail

      • extractDescription

        public  extractDescription()
                                  throws 
        Extracts the description, converting Text and @link nodes as needed into markup text.
        Returns:
        markup text, ready for writing
        Throws:
        - if some error occurs.