freeCodeCamp / freeCodeCamp/devdocs
C++ docs: link not correctly extracted
- 主要言語
- Ruby
- スター
- 39.5k
- フォーク
- 2.6k
- 平均マージ
- 4日 32分
- マージ済み PR(30日)
- 13
説明
Analogous to
https://devdocs.io/cpp/iterator/move_iterator/operator-
there is (e.g. linked in https://devdocs.io/cpp/iterator/move_iterator ) an `operator+`:
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator+
but DevDocs fails to recognize it and the link there goes to a bad url:
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator (i.e. missing trailing `+`)
The same issue is present e.g. for `std::reverse_iterator::operator+`, etc.
コントリビューションガイド
調査の方向性
Reproduce the bad link from the C++ move_iterator documentation and compare it with the operator- link and the cppreference operator+ URL cited in the issue. Trace the documentation link extraction entry point; done means operator+ and analogous std::reverse_iterator::operator+ links retain the trailing plus and no longer point to the truncated URL.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- documentation
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100