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

analizo-files-graph - dependency graph generator among files

Description

       analizo files-graph reads the dependency information from one or more source code directories passed as
       arguments, and produces as output the graph of dependencies between the files of the software in the
       graphviz(1) format.

       analizo files-graph is part of the analizo suite and was implemented to represent the old analizo dsm
       output tool in a textual format, as the dsm tool is going to be removed from analizo suite. The
       dependency graph includes relationships among files including function calls, inheritances and attribute
       use.

       analizo files-graph is part of the analizo suite.

Name

       analizo-files-graph - dependency graph generator among files

Options

       --output <file>, -o <file>
           Use a file as output

Reading The Graph

       See analizo-graph(1).

Required Arguments

       <input>...
           The input directories (or files) with source code to be processed.

           Although  you  can pass individual files as input, this tool is more useful if you pass entire source
           directories.

See Also

dotty(1), dot(1), neato(1), analizo(1)

Usage

         analizo files-graph [OPTIONS] <input> [<input> [<input> ...]]

Viewing The Graph

       See analizo-graph(1).

See Also