Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cxw42/parser-vba-doccomment
VBA documentation-comment extractor
https://github.com/cxw42/parser-vba-doccomment
documentation documentation-tool perl vba
Last synced: 24 days ago
JSON representation
VBA documentation-comment extractor
- Host: GitHub
- URL: https://github.com/cxw42/parser-vba-doccomment
- Owner: cxw42
- Created: 2019-04-11T19:37:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T20:16:12.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T03:52:41.357Z (3 months ago)
- Topics: documentation, documentation-tool, perl, vba
- Language: Perl
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- Support: support/readme.pl
Awesome Lists containing this project
README
NAME
Parser::VBA::DocComment - Extract documentation comments from Visual Basic
for Applications source filesSee "extract".
EXPORT
Nothing by default; ":all" for everything; otherwise, any of the functions
listed below.FUNCTIONS
extract
Extract comments. Usage:my $comment_arrayref = Parser::VBA::DocComment::extract($source);
$source is anything that can be passed to the "io_from_any" function in
IO::Handle::Util.BUGS
Please report any bugs or feature requests through the web interface at
. I will be
notified, and then you'll automatically be notified of progress on your
bug as I make changes.SUPPORT
You can find documentation for this module with the perldoc command.perldoc Parser::VBA::DocComment
You can also look for information at:
* GitHub (main repository)
* MetaCPAN
* CPAN Ratings
LICENSE
Copyright 2019 Christopher White. This module is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
This software is provided with NO WARRANTY.