[Doxygen-users] How to documentate a jQuery Extension ?

2014-03-03 Thread Antonomase
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 th

[Doxygen-users] How to documentate a jQuery Extension ?

2014-03-03 Thread Antonomase
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

[Doxygen-users] How to documentate template files

2014-03-03 Thread Antonomase
Hi, My developments are made with php and Smarty, a template system which extensions files are .tpl. I want to have documentation on these template in the same way that documentation about php or js. I try to documentate the .tpl files by just adding this at the top of my template file {*/** * \fil

[Doxygen-users] How to documentate a document.ready javascript ?

2014-03-03 Thread Antonomase
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 ? Ano

[Doxygen-users] Installing doxygen 1.8.6 with Xapian search engine

2014-03-03 Thread Nasir Kadiri
Hi, I already installed latest release of doxygen (1.8.6) and I want to use the new feature which is using external search engine in generated HTML documentation. My project is huge and default search engine is very slow. In doxygen we have integrated search indexer and search engine which is base