1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: lxr
Section: misc
Priority: extra
Maintainer: Giacomo Catenazzi <cate@debian.org>
Build-Depends: debhelper
Standards-Version: 3.5.6
Package: lxr
Architecture: any
Depends: apache | httpd, perl5
Description: Linux Cross-Reference
The Linux Cross-Reference project is the testbed application of a
general hypertext cross-referencing tool. (Or the other way around.)
.
The main goal of the project is to create a versatile
cross-referencing tool for relatively large code repositories. The
project is based on stock web technology, so the codeview client may
be chosen from the full range of available web browsers. On the
server side, any Unix-based web server with cgi-script capability
should do nicely.
.
The main feature of the indexer is of course the ability to jump
easily to the declaration of any global identifier. Indeed, even all
references to global identifiers are indexed. Quick access to
function declarations, data (type) definitions and preprocessor macros
makes code browsing just that tad more convenient. At-a-glance
overview of e.g. which code areas that will be affected by changing a
function or type definition should also come in useful during
development and debugging.
|