Skip to content

orbital-transfer/p5-Data-Cscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Data::Cscope - one line description TODO

VERSION

version 0.001000

SYNOPSIS

use My::Package; # TODO

print My::Package->new;

DESCRIPTION

TODO

METHODS

read($options)

options:

file (required)
a string with the path to the cross-ref file (e.g. C<cscope.out>)
cscope_program (optional, default: cscope)
a string with the name of the cscope executable

CAVEATS

The cscope database format could change since, as stated in this blog post, "[the database format of csope is] it's not documented by design, to make sure all tools go through cscope itself".

SEE ALSO

cscope

Tools that use the cscope database: pycscope, CodeQuery

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Releases

No releases published

Packages

No packages published

Languages