Skip to content

JanLochi/doxygen-stx-filter

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
 
 
 
 
 
 

Doxygen-STX-Filter

Doxygen filter script for STX, used on Jetter PLCs.
See https://www.jetter.de for more information about the STX language.
See http://www.stack.nl/~dimitri/doxygen/helpers.html for more information about Doxygen Filters.

Install

Linux:
Put the stxFilter.awk script somewhere in your PATH, e.g. /usr/local/bin

Windows:
Get the GNU utilities from http://unxutils.sourceforge.net/ to run awk scripts.

Doxyfile Configuration

Change the following parameters in your Doxyfile:

EXTENSION_MAPPING = stxp=C++
FILE_PATTERNS = *.stxp
FILTER_PATTERNS = *.stxp=stxFilter.awk

Possible improvements

  • Preserve line number integrity (for source browser)
  • Multiple inheritance
  • Preserve function calls in code (for call graph)

About

Doxygen filter script for STX, used on Jetter PLCs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages