Install Cxref-query On A Debian, Ubuntu, Kali And Raspbian
Install cxref-query
-
Debian
apt-get install cxref
Click to copy -
Ubuntu
apt-get install cxref
Click to copy -
Kali Linux
apt-get install cxref
Click to copy -
Raspbian
apt-get install cxref
Click to copy
cxref
Generates LaTeX and HTML documentation for C programsA 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.
To install the latest version of cxref-query in your favorite operating system just copy the cxref-query installation command from above and paste it into terminal. It will download and install the latest version of cxref-query 2023 package in your OS.