[llvm-dev] Which doxygen doc should I look into?

Philip Pfaffe via llvm-dev llvm-dev at lists.llvm.org
Sun Apr 2 03:11:13 PDT 2017


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
http://llvm.org/doxygen/Statistic_8h-source.html

Best,
Philip



2017-04-02 1:19 GMT+02:00 陳韋任 via llvm-dev <llvm-dev at lists.llvm.org>:

> Hi All,
>
>   I am going to clean up those doxygen links on  LLVM Programmer’s
> Manual [1], some are lost and some are too old.
> However, I am confused 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 links from LLVM web
> site and Google search engine?
>
>   Thanks.
>
> [1] http://www.llvm.org/docs/ProgrammersManual.html
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (陳韋任)
> Homepage: https://people.cs.nctu.edu.tw/~chenwj
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170402/a2daf8f8/attachment.html>


More information about the llvm-dev mailing list