GitHub - BretislavRychta/CAPL-filter-for-Doxygen: Perl script that allows use Doxygen for programs written in CAPL (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Spark New Build and deploy intelligent apps
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
View all features
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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