【发布时间】:2014-11-24 15:38:53
【问题描述】:
我有一个 .dox 文件,并且想要插入一些不会插入的 cmets 显示在实际文档中。
尝试仅使用//,Horever,当我尝试时,所有文本都被删除了。
/// \defgroup desc_polyhedra Polyhedra
///
// If you want to prevent that a word that corresponds to a
// documented class is replaced by a link you should put a % in
// front of the word.
///
/// \section Polyhedron
///
/// A polyhedron is a solid in three dimensions with flat faces,
/// straight edges and sharp corners or vertices.
///
/// Amongst the many examples of polyhedra, the Cuboid and
/// Prismatoid structures will be considered in more detail.
/// Here is a brief summary of cuboids and prismatoids.
【问题讨论】: