Skip to content

Perl script that allows use Doxygen for programs written in CAPL

Notifications You must be signed in to change notification settings

BretislavRychta/CAPL-filter-for-Doxygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CAPL-filter-for-Doxygen

Perl script that allows use Doxygen for programs written in CAPL (CAN Access Programming Language used in Vector CANoe and CANalyzer)

Install Perl on your computer and specify in your Doxyfile:

EXTENSION_MAPPING      = can=c \
                         cin=c

EXTRACT_ALL            = YES

FILE_PATTERNS          = *.can \
                         *.cin

RECURSIVE              = YES

INPUT_FILTER           = capl_filter.pl

About

Perl script that allows use Doxygen for programs written in CAPL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages