/[global]/global/doc/global.txi
ViewVC logotype

Diff of /global/doc/global.txi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by shigio, Fri May 13 05:21:35 2005 UTC revision 1.23 by shigio, Tue May 17 12:19:46 2005 UTC
# Line 20  Line 20 
20  @ifinfo  @ifinfo
21  This file documents the GNU GLOBAL source code tag system.  This file documents the GNU GLOBAL source code tag system.
22    
23  Copyright (c) 2000, 2001, 2002, 2003, 2004 Tama Communications Corporation  Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005
24    Tama Communications Corporation
25    
26  Permission is granted to copy, distribute and/or modify this document  Permission is granted to copy, distribute and/or modify this document
27  under the terms of the GNU Free Documentation License, Version 1.2  under the terms of the GNU Free Documentation License, Version 1.2
# Line 39  Free Documentation License". Line 40  Free Documentation License".
40  @c copyright page  @c copyright page
41  @page  @page
42  @vskip 0pt plus 1filll  @vskip 0pt plus 1filll
43  Copyright @copyright{} 2000, 2001, 2002, 2003, 2004 Tama Communications Corporation  Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005
44    Tama Communications Corporation
45  @sp 2  @sp 2
46  This is the first edition of the GNU GLOBAL documentation,@*  This is the first edition of the GNU GLOBAL documentation,@*
47  and is consistent with @value{VERSION}.@*  and is consistent with @value{VERSION}.@*
# Line 48  Published by Tama Communications Corpora Line 50  Published by Tama Communications Corpora
50  Tama-shi, Tokyo, Japan.@*  Tama-shi, Tokyo, Japan.@*
51    
52  Permission is granted to copy, distribute and/or modify this document  Permission is granted to copy, distribute and/or modify this document
53  under the terms of the GNU Free Documentation License, Version 1.1  under the terms of the GNU Free Documentation License, Version 1.2
54  or any later version published by the Free Software Foundation;  or any later version published by the Free Software Foundation;
55  with no Invariant Sections, with no Front-Cover Texts,  with no Invariant Sections, with no Front-Cover Texts,
56  and with no Back-Cover Texts.  and with no Back-Cover Texts.
# Line 119  GNU GLOBAL has following features: Line 121  GNU GLOBAL has following features:
121          @item Emacs editor (emacs, mule, xemacs)          @item Emacs editor (emacs, mule, xemacs)
122          @item Glimmer editor          @item Glimmer editor
123          @item Web browser          @item Web browser
124            @item Doxygen documentation system
125          @end itemize          @end itemize
126  @item find the locations of a specified object quickly.  @item find the locations of a specified object quickly.
127  @item locate not only object definitions but also object references.  @item locate not only object definitions but also object references.
# Line 555  one command, for example: Line 558  one command, for example:
558  * Vim editor::                          Vim using GLOBAL.  * Vim editor::                          Vim using GLOBAL.
559  * Emacs editor::                        Extended emacs using GLOBAL.  * Emacs editor::                        Extended emacs using GLOBAL.
560  * Web browser::                         Hypertext generator.  * Web browser::                         Hypertext generator.
561    * Doxygen documentation system::        Doxygen using GLOBAL.
562  @end menu  @end menu
563    
564  @c ***************************************************************************  @c ***************************************************************************
# Line 1933  of FreeBSD kernel needs: Line 1937  of FreeBSD kernel needs:
1937    
1938  Please invoke gtags(1)(See @xref{gtags}.) and htags(1)(See @xref{htags}.)  Please invoke gtags(1)(See @xref{gtags}.) and htags(1)(See @xref{htags}.)
1939  in order like this:  in order like this:
1940    e
1941  @example  @example
1942    
1943      (at your source directory)      (at your source directory)
# Line 1975  Using mozilla, you can also utilize hype Line 1979  Using mozilla, you can also utilize hype
1979  But in this case, you must not move HTML directory from the source directory.  But in this case, you must not move HTML directory from the source directory.
1980    
1981  @c ***************************************************************************  @c ***************************************************************************
1982    @c Doxygen documentation system
1983    @c ***************************************************************************
1984    @node Doxygen documentation system
1985    @section Doxygen using global
1986    
1987    You can use GLOBAL as a source browser of Doxygen.
1988    
1989    Doxygen Release 1.4.3 or later includs config option USE_HTAGS.
1990    When enabled in combination with SOURCE_BROWSER=YES, htags(1) is
1991    used as the source browser instead of doxygen's own.
1992    
1993    Here is an example.
1994    
1995    @example
1996    
1997    (in source directory)
1998    $ doxygen -g
1999    $ vi Doxyfile
2000    +---------------------------------
2001    |...
2002    |INPUT                  = .
2003    |RECURSIVE              = YES
2004    |SOURCE_BROWSER         = YES
2005    |USE_HTAGS              = YES
2006    |...
2007    
2008    $ doxygen
2009    $ lynx html/index.html
2010    
2011    @end example
2012    
2013    @c ***************************************************************************
2014  @c Other topics  @c Other topics
2015  @c ***************************************************************************  @c ***************************************************************************
2016  @node Other topics  @node Other topics

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26