cxref 1.6e-9 source package in Ubuntu

Changelog

cxref (1.6e-9) unstable; urgency=medium

  * replace supplement files wit explicit work arounds for known header
    file issues in cpp/cxref-cpp-configure.in

 -- Camm Maguire <email address hidden>  Tue, 07 May 2024 09:17:35 -0400

Upload details

Uploaded by:
Camm Maguire
Uploaded to:
Sid
Original maintainer:
Camm Maguire
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
cxref_1.6e-9.dsc 1.9 KiB f0d9e227fa7fd97b08dd167f6a375350fe316b7efda7297c881d7f5d8765d3bd
cxref_1.6e.orig.tar.gz 372.9 KiB 21492210f9e1030e4e697f0d84f31ac57a0844e64c8fb28432001c44663242f2
cxref_1.6e-9.debian.tar.xz 33.0 KiB 88c3dc5dbe7a85777c4868caf4c2089424d75c3717841727cdcf4fcd608bd39f

Available diffs

No changes file available.

Binary packages built by this source

cxref: Generates LaTeX and HTML documentation for C programs

 A program that takes as input a series of C source files
 and produces a LaTeX or HTML document containing a cross
 reference of the files/functions/variables in the program,
 including documentation taken from suitably formatted
 source code comments.
 The documentation is stored in the C source file in
 specially formatted comments, making it simple to maintain.
 The cross referencing includes lists of functions called,
 callers of each function, usage of global variables, header
 file inclusion, macro definitions and type definitions.
 Works for ANSI C, including many gcc extensions.

cxref-dbgsym: debug symbols for cxref
cxref-doc: Generates LaTeX and HTML documentation for C programs

 This package provides sample documentation produced by cxref from
 some of the cxref source itself.

cxref-emacs: Generates LaTeX and HTML documentation for C programs

 This package provides an emacs mode facilitating the use of cxref,
 and enabling the display of a hierarchical flow graph of cxref
 commented source files.