logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cxref-cc - compile and document/cross-reference a C source file

Author

       This  manual  page  was written by Camm Maguire <camm@enhanced.com>, for the Debian GNU/Linux system (but
       may be used by others).

                                                  March 3, 2002                                         cxref(1)

Description

cxref-cc  is  a  front-end  shell  script  interface  to  the  cxref  C-language documentation and cross-
       referencing program.  The script runs the C compiler first on filename,  applying  any  compiler  options
       provided as CC-arguments.  If the compilation succeeds, cxref is then run on filename, taking any options
       to the cxref program from the special file .cxref in the current working directory.  This file must exist
       for the script to complete successfully.

Name

       cxref-cc - compile and document/cross-reference a C source file

See Also

cxref(1), cxref-query(1).

Synopsis

cxref-cc filename  [ CC-arguments ... ]

See Also