add an anchor for each generate documentation for a GlobalValue

This commit is contained in:
Mathieu Lacage
2009-07-02 15:33:08 +02:00
parent 2cb7749057
commit 35a025338e

View File

@@ -402,7 +402,7 @@ int main (int argc, char *argv[])
{
StringValue val;
(*i)->GetValue (val);
std::cout << " <li><b>" << (*i)->GetName () << "</b>: " << (*i)->GetHelp () << "(" << val.Get () << ")</li>" << std::endl;
std::cout << " <li><b>\\anchor GlobalValue" << (*i)->GetName () << " " << (*i)->GetName () << "</b>: " << (*i)->GetHelp () << "(" << val.Get () << ")</li>" << std::endl;
}
std::cout << "</ul>" << std::endl
<< "*/" << std::endl;