"Fossies" - the Fresh Open Source Software Archive 
Member "global-6.6.5/mainpage.dox" (3 Sep 2020, 1443 Bytes) of package /linux/misc/global-6.6.5.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "mainpage.dox" see the
Fossies "Dox" file reference documentation and the latest
Fossies "Diffs" side-by-side code changes report:
6.6.4_vs_6.6.5.
1 /**
2 @mainpage GNU GLOBAL source code tagging system
3 @verbatim
4 ___________________________________
5 | | | | | _ | | |
6 | |___| | | | | _| | | | GNU GLOBAL source code tagging system
7 | | | | | | | | | |
8 | ~~ | ~~| | ~ | | | ~~| for all hackers.
9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 @endverbatim
11
12 GNU GLOBAL is a source code tagging system that works the same way across diverse
13 environments. It supports C, Yacc, Java, PHP4 and assembly source code.
14
15 @section s1 The main() files
16
17 @ref global.c "global.c -- print locations of the specified object."
18
19 @ref gozilla.c "gozilla.c -- force mozilla browser to display specified part of a source file."
20
21 @ref gtags.c "gtags.c -- create tag files for global."
22
23 @ref gtags-cscope.c "gtags-cscope.c -- interactive C symbol cross-reference (cscope)."
24
25 @ref htags.c "htags.c -- generate hypertext (XHTML or HTML) pages from a set of source files."
26
27 Click on the Files button above, to see all the source files documented by Doxygen.
28
29 @section s2 Documentation
30
31 Please see "doc/global.texi" (texinfo format) to know how to use GLOBAL.
32 You can see it even on GLOBAL's web site:
33
34 "http://www.gnu.org/software/global/globaldoc_toc.html"
35 "http://www.gnu.org/software/global/manual/"
36
37 @section s3 Latest information
38
39 You can see the latest information on GLOBAL's web site.
40
41 "http://www.gnu.org/software/global/whatsnew.html"
42 */