"0" is falsey
/**
* 0
*/
const CONSTANT = 0;
would return "(No documentation available)" for the short description because "0" is falsey
Edited by Tony Brix
/**
* 0
*/
const CONSTANT = 0;
would return "(No documentation available)" for the short description because "0" is falsey