In the project that we are working on, in order to avoid needless rechecking or keeping separate lists, we are marking glossary items that have been team checked, tested and consultant checked with stand-alone milestones, e.g.:
\p
\v 2 \k phivli\k* Ʒuvli/rromni kaj mulǎs laqo rrom, vëduva, vädana. \zteamchecked\* \ztested\* \zconschecked\*
The custom stylesheet entry looks like this, for instance.
\Marker ztested
\Name tested glossary item
\Description Has a glossary item been tested yet?
\OccursUnder id p
\StyleType Milestone
When I run basic checks, I am spammed by entries looking like this:
GLO 1:5 #Missing milestone end: \ztested
GLO 1:5 #Missing milestone end: \zteamchecked
GLO 1:5 #Missing milestone end: \zconschecked
Am I missing something in the custom.sty entry that is stopping Basic Checks from accepting the entries? I do want to be warned about a genuine missed end (i.e. if there was a line that ended \zteamchecked \ztested \*), so I don't want to deny all the messages.
I tried specifying "\Endmarker *" in custom.sty, but that did not seem to help at all