Device.ini - some comments not ignored by WxPic

While attempting to implement parameters for programming a PIC16F887, discovered that these four parameters:
EraseAlgo=
CodeProgAlgo=
ConfigProgAlgo=
DataProgAlgo=
...do not seem to honor a semicolon as a comment; the entire line is used as-is, which means that it is not currently possible to add documentation on the same line with those parameters.
EraseAlgo=
CodeProgAlgo=
ConfigProgAlgo=
DataProgAlgo=
...do not seem to honor a semicolon as a comment; the entire line is used as-is, which means that it is not currently possible to add documentation on the same line with those parameters.