DocBlocks are indicated by opening a comment using _________
A
/*
B
//*
C
/**
D
/*/
Correct Answer: /**
This is a special comment that provides information about a class, property, or method.