[Doxygen-users] How to documentate a jQuery Extension ?
Brought to you by:
dimitri
From: Antonomase <en...@bt...> - 2014-03-03 14:35:40
|
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-tp6524.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |