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
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
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
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
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