Skip to content

BretislavRychta/CAPL-filter-for-Doxygen

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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