Hi, I want to documentate the javascript which extends JQuery
$.extend({ getUrlVar: function(name){ return $.getUrlVars()[name]; }});
I try \fn getUrlVar, but Doxygen do not find the function.I try extend but
Doxygen show all the source code in the doc.What can i use ? Best regards
--
View this message in context: http://doxygen.10944.n7.nabble.com/How-to-documentate-a-jQuery-Extension-tp6525.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.
|