Skip to content

Commit

Permalink
docs: revise JPPDiffLineFormulaExtractor docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSchultheiss committed Feb 21, 2024
1 parent 16c6586 commit 987fe11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Extracts the expression from a <a href="https://www.slashdev.ca/javapp/">JavaPP (Java PreProcessor)</a> statement .
* For example, given the annotation "//#if defined(A) || B()", the extractor would extract "A || B".
* For example, given the annotation "//#if defined(A) || B()", the extractor would extract "DEFINED_A || B".
* The extractor detects if and elif annotations (other annotations do not have expressions).
* The given JPP statement might also be a line in a diff (i.e., preceeded by a - or +).
*
Expand Down

0 comments on commit 987fe11

Please sign in to comment.