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

陳韋任 via llvm-dev llvm-dev at lists.llvm.org
Sun Apr 2 04:50:31 PDT 2017


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
> 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
>
>


More information about the llvm-dev mailing list