Thread: [Doxygen-users] Javascript ?
Brought to you by:
dimitri
From: Leif J. <le...@cr...> - 2015-11-09 13:44:01
|
Hello, We have used doxygen in many years for our C and java projects. Now we got a new relative big project, that will be javascript (and HTML5). I was looking at the home page (doxygen.org), but the links for Extensions/Javascript (berlios.de) lead nowhere :-(. How do we make doxygen work with javascript code ? Leif |
From: Albert <alb...@gm...> - 2015-11-09 17:39:04
|
Leif, Did you try *.js with the input patterns? Albert On Mon, Nov 9, 2015 at 2:29 PM, Leif Jensen <le...@cr...> wrote: > Hello, > > We have used doxygen in many years for our C and java projects. Now we > got a new relative big project, that will be javascript (and HTML5). I was > looking at the home page (doxygen.org), but the links for > Extensions/Javascript (berlios.de) lead nowhere :-(. > > How do we make doxygen work with javascript code ? > > Leif > > > ------------------------------------------------------------------------------ > Presto, an open source distributed SQL query engine for big data, initially > developed by Facebook, enables you to easily query your data on Hadoop in a > more interactive manner. Teradata is also now providing full enterprise > support for Presto. Download a free open source copy now. > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |
From: Leif J. <le...@cr...> - 2015-11-10 08:56:58
|
Hi Albert, Yes, I already tried that, but I can't see any effect :-(. Leif ----- Original Message ----- > Leif, > > Did you try *.js with the input patterns? > > Albert > > On Mon, Nov 9, 2015 at 2:29 PM, Leif Jensen <le...@cr...> wrote: > > > Hello, > > > > We have used doxygen in many years for our C and java projects. Now we > > got a new relative big project, that will be javascript (and HTML5). I was > > looking at the home page (doxygen.org), but the links for > > Extensions/Javascript (berlios.de) lead nowhere :-(. > > > > How do we make doxygen work with javascript code ? > > > > Leif > > > > > > ------------------------------------------------------------------------------ > > Presto, an open source distributed SQL query engine for big data, initially > > developed by Facebook, enables you to easily query your data on Hadoop in a > > more interactive manner. Teradata is also now providing full enterprise > > support for Presto. Download a free open source copy now. > > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > > _______________________________________________ > > Doxygen-users mailing list > > Dox...@li... > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > |
From: Clayton <cla...@gm...> - 2015-11-10 09:07:57
|
Leif, This worked recently for me: FILE_PATTERNS = *.js If you build the latest Doxygen from source, it should Just Work, no FILE_PATTERNS required. Javascript is actually handled by core Doxygen, and the above FILE_PATTERNS line is a work-around for a recently fixed bug. Clayton On Mon, 9 Nov 2015 18:38:56 +0100 Albert <alb...@gm...> wrote: > Leif, > > Did you try *.js with the input patterns? > > Albert > > On Mon, Nov 9, 2015 at 2:29 PM, Leif Jensen <le...@cr...> wrote: > > > Hello, > > > > We have used doxygen in many years for our C and java projects. > > Now we got a new relative big project, that will be javascript (and > > HTML5). I was looking at the home page (doxygen.org), but the links > > for Extensions/Javascript (berlios.de) lead nowhere :-(. > > > > How do we make doxygen work with javascript code ? > > > > Leif > > > > > > ------------------------------------------------------------------------------ > > Presto, an open source distributed SQL query engine for big data, > > initially developed by Facebook, enables you to easily query your > > data on Hadoop in a more interactive manner. Teradata is also now > > providing full enterprise support for Presto. Download a free open > > source copy now. > > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > > _______________________________________________ Doxygen-users > > mailing list Dox...@li... > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |
From: Leif J. <le...@cr...> - 2015-11-10 10:15:02
|
Hi Clayton, Thanks that helped :-). I thought I already did that, but I was using a filter that didn't work. Leif ----- Original Message ----- > Leif, > > This worked recently for me: > > FILE_PATTERNS = *.js > > If you build the latest Doxygen from source, it should Just Work, no > FILE_PATTERNS required. Javascript is actually handled by core Doxygen, > and the above FILE_PATTERNS line is a work-around for a recently fixed > bug. > > Clayton > > On Mon, 9 Nov 2015 18:38:56 +0100 > Albert <alb...@gm...> wrote: > > > Leif, > > > > Did you try *.js with the input patterns? > > > > Albert > > > > On Mon, Nov 9, 2015 at 2:29 PM, Leif Jensen <le...@cr...> wrote: > > > > > Hello, > > > > > > We have used doxygen in many years for our C and java projects. > > > Now we got a new relative big project, that will be javascript (and > > > HTML5). I was looking at the home page (doxygen.org), but the links > > > for Extensions/Javascript (berlios.de) lead nowhere :-(. > > > > > > How do we make doxygen work with javascript code ? > > > > > > Leif > > > > > > > > > ------------------------------------------------------------------------------ > > > Presto, an open source distributed SQL query engine for big data, > > > initially developed by Facebook, enables you to easily query your > > > data on Hadoop in a more interactive manner. Teradata is also now > > > providing full enterprise support for Presto. Download a free open > > > source copy now. > > > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > > > _______________________________________________ Doxygen-users > > > mailing list Dox...@li... > > > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |