change "<" to &lt; to make doxygen happy

This commit is contained in:
Jim O'Regan 2015-07-20 18:33:27 +01:00
parent 05e15e0b14
commit d51585885f

View File

@ -258,7 +258,7 @@ class ClassPruner {
} }
} }
/// Prunes the classes using <the maximum count> * pruning_factor/256 as a /// Prunes the classes using &lt;the maximum count> * pruning_factor/256 as a
/// threshold for keeping classes. If max_of_non_fragments, then ignore /// threshold for keeping classes. If max_of_non_fragments, then ignore
/// fragments in computing the maximum count. /// fragments in computing the maximum count.
void PruneAndSort(int pruning_factor, int keep_this, void PruneAndSort(int pruning_factor, int keep_this,