Click here to Skip to main content
16,005,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to generate documentation for a collection of javascript files.

I'm trying to generate with yuidoc, but I don't know how to document standalone functions.

XML
function getNullString(){...}


Methods in classes works Ok:

XML
/**
* ArgumentBuilder
*
* @class argumentBuilder
* @argumentBuilder
*/
function argumentBuilder () {
    /// <summary>Clase utilizada para lo relacionado con funciones del constructor de arguemtnario</summary>
};


VB
/**
* Explication of the method
*
* @method getComponents
*/
argumentBuilder.getComponents = function (){


Can anyone helps me?

Thank you very much.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900