comparison man/ebrowse.texi @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 95d0cdf160ea 5d7efa451fbe
children
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
40 40
41 @titlepage 41 @titlepage
42 @title Ebrowse User's Manual 42 @title Ebrowse User's Manual
43 @sp 4 43 @sp 4
44 @subtitle Ebrowse/Emacs 44 @subtitle Ebrowse/Emacs
45 @sp 1
46 @subtitle May 2000
47 @sp 5 45 @sp 5
48 @author Gerd Moellmann 46 @author Gerd Moellmann
49 @page 47 @page
50 @vskip 0pt plus 1filll 48 @vskip 0pt plus 1filll
51 @insertcopying 49 @insertcopying
63 * Generating browser files:: How to process C++ source files 61 * Generating browser files:: How to process C++ source files
64 * Loading a Tree:: How to start browsing 62 * Loading a Tree:: How to start browsing
65 * Tree Buffers:: Traversing class hierarchies 63 * Tree Buffers:: Traversing class hierarchies
66 * Member Buffers:: Looking at member information 64 * Member Buffers:: Looking at member information
67 * Tags-like Functions:: Finding members from source files 65 * Tags-like Functions:: Finding members from source files
66 * GNU Free Documentation License:: The license for this documentation.
68 * Concept Index:: An entry for each concept defined 67 * Concept Index:: An entry for each concept defined
69 @end menu 68 @end menu
70 69
71 70
72 71
1238 1237
1239 @comment ************************************************************** 1238 @comment **************************************************************
1240 @comment *** TAGS LIKE FUNCTIONS 1239 @comment *** TAGS LIKE FUNCTIONS
1241 @comment ************************************************************** 1240 @comment **************************************************************
1242 1241
1243 @node Tags-like Functions, Concept Index, Member Buffers, Top 1242 @node Tags-like Functions, GNU Free Documentation License, Member Buffers, Top
1244 @comment node-name, next, previous, up 1243 @comment node-name, next, previous, up
1245 @chapter Tags-like Functions 1244 @chapter Tags-like Functions
1246 1245
1247 Ebrowse provides tags functions similar to those of the standard 1246 Ebrowse provides tags functions similar to those of the standard
1248 Emacs Tags facility, but better suited to the needs of C++ programmers. 1247 Emacs Tags facility, but better suited to the needs of C++ programmers.
1436 The command @kbd{C-c C-m @key{TAB}} completes the symbol in front of point. 1435 The command @kbd{C-c C-m @key{TAB}} completes the symbol in front of point.
1437 1436
1438 1437
1439 1438
1440 1439
1441 @node Member Buffer Display, , Symbol Completion, Tags-like Functions 1440 @node Member Buffer Display, , Symbol Completion, Tags-like Functions
1442 @section Quick Member Display 1441 @section Quick Member Display
1443 @cindex member buffer, for member at point 1442 @cindex member buffer, for member at point
1444 1443
1445 You can quickly display a member buffer containing the member the cursor 1444 You can quickly display a member buffer containing the member the cursor
1446 in on with the command @kbd{C-c C-m m}. 1445 in on with the command @kbd{C-c C-m m}.
1447 1446
1448 1447
1449 @node Concept Index, , Tags-like Functions, Top 1448 @node GNU Free Documentation License, Concept Index, Tags-like Functions, Top
1449 @appendix GNU Free Documentation License
1450 @include doclicense.texi
1451
1452
1453 @node Concept Index, , GNU Free Documentation License, Top
1450 @unnumbered Concept Index 1454 @unnumbered Concept Index
1451 @printindex cp 1455 @printindex cp
1452 1456
1453 @contents 1457 @contents
1454 @bye 1458 @bye