newsGNU GLOBAL - News: Integration of Doxygen and GLOBAL.

 
 
Latest News
Integration of Doxygen and GLOBAL. posted by shigio, Mon 16 May 2005 12:59:19 PM UTC
GLOBAL-4.8.6 released. posted by shigio, Thu 12 May 2005 01:53:28 AM UTC
GLOBAL-4.8.5 released. posted by shigio, Tue 19 Apr 2005 12:38:33 AM UTC
GLOBAL-4.8.4 released. posted by shigio, Fri 04 Mar 2005 12:14:46 AM UTC
GLOBAL-4.8.3 released. posted by shigio, Sat 26 Feb 2005 04:34:13 AM UTC - 2 replies

Integration of Doxygen and GLOBAL.

Item posted by Shigio YAMAGUCHI <shigio> on Mon 16 May 2005 12:59:19 PM UTC.

Hello hackers,

Doxygen Release 1.4.3 includs new config option USE_HTAGS.
When enabled in combination with SOURCE_BROWSER=YES,
the source browser of htags(1) is used instead of doxygen's own.
This facility needs GLOBAL-4.8.6.

Thanks to Dimitri van Heesch for his integration.

Here is an example.

$ doxygen -g
$ vi Doxyfile
+---------------------------------
|...
|INPUT                  = .
|RECURSIVE              = YES
|SOURCE_BROWSER         = YES
|USE_HTAGS              = YES
|...

$ doxygen
$ lynx html/index.html

Enjoy!

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code