Hi,
I want to documentate a js file which contains something like
$(document).ready(function () { $("#jqxTopMenu").jqxMenu({ width: '100%',
theme: theme }); $("#jqxTopMenu").css('visibility', 'visible'); ...});
But I got a documentation with all the source code.How to documentate that ?
Another question : can I documentate an HTML file which contains javascript
?
Thanks
--
View this message in context: http://doxygen.10944.n7.nabble.com/How-to-documentate-a-document-ready-javascript-tp6528.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.
|