我正在用'compodoc'记录我的项目,我喜欢这个工具,但是当我尝试插入引号时出现视觉错误。
我有此评论
/**
* crea un arreglo de tamaño n
*
* @example
* *ngFor="let item of 2 | numberToArray"
*
* @param length tamaño del nuevo arreglo
*
* @returns un arreglo de tamaño n
*/
我希望如此
example:
1| *ngFor="let item of 2 | numberToArray"
但实际输出是
example:
1| *ngFor="let item of 2 | numberToArray"
答案 0 :(得分:0)
自您的示例中的expected output is the same as the actual output起,我有些困惑。尝试转义引号\"Foo bar\"