Home
last modified time | relevance | path

Searched refs:base_on_id (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/auto_index/src/
Dauto_index.hpp70 …bool base_on_id; // rewrite the title if "id" matches the section id, otherwise rewrite i… member
75 : base_on_id(b), id(i), new_name(n) {} in id_rewrite_rule()
Dauto_index.cpp134 if(i->base_on_id) in rewrite_title()