summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/helper-theme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/helper-theme.h b/include/helper-theme.h
index ca1528a4..e13705da 100644
--- a/include/helper-theme.h
+++ b/include/helper-theme.h
@@ -50,10 +50,10 @@ PangoAttrList *helper_token_match_get_pango_attr(RofiHighlightColorStyle th,
PangoAttrList *retv);
/**
- * @param th The RofiHighlightColorStyle
- * @param start The start to highlighting.
- * @param endp The end point for the highlight
* @param retv The Attribute list to update with matches
+ * @param start The start to highlighting.
+ * @param end The end point for the highlight
+ * @param th The RofiHighlightColorStyle
*
* Creates a set of pango attributes highlighting the matches found in the input
* style.