The AST matcher documentation dumping script was being a bit over-zealous about stripping comment markers, which ended up causing comments in example code to stop being comments. This patch fixes that by only stripping comments at the start of a line, rather than removing any forward slash (which also impacts prose text).
As a drive-by, this fixes a broken doxygen comment marker as well.