Displaying 2 results from an estimated 2 matches for "statistic_8h_source".
2017 Apr 01
2
Which doxygen doc should I look into?
...on which doxygen link I should pick up. I see
there are mutiple links exist on LLVM web site
for LLVM classes. Take class Statistic as example, there are:
- http://llvm.org/doxygen/Statistic_8h-source.html (the oldest
one, I believe it's out-of-date)
- http://llvm.org/docs/doxygen/html/Statistic_8h_source.html (mainline?)
- http://llvm.org/doxygen/Statistic_8h_source.html (5.0.0svn)
I don't know which one should I use from the last two links. Besides,
I believe googling those LLVM classes will have
chances directing people to the old (wrong) page. Is it possible
someone remove the obsolete...
2017 Apr 02
2
Which doxygen doc should I look into?
Thanks for the info, Philip. I will update the LLVM Programmer’s Manual first.
Regards,
chenwj
Wei-Ren Chen (陳韋任)
Homepage: https://people.cs.nctu.edu.tw/~chenwj
2017-04-02 18:11 GMT+08:00 Philip Pfaffe <philip.pfaffe at gmail.com>:
> Hi chenwj,
>
> http://llvm.org/doxygen/Statistic_8h_source.html is the correct one. The
> other two are remnants from older doxygen deployments.
>
> Here's an open PR about that same problem you can use to track progress on
> this: http://llvm.org/pr32412
>
> Actually, the PR doesn't currently mention stray outdated files like
>...