Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c29730ec
Commit
c29730ec
authored
Sep 13, 2017
by
Jonathan Wakely
Committed by
Jonathan Wakely
Sep 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken URLs in libstdc++ API docs
* doc/doxygen/mainpage.html: Fix broken URLs. From-SVN: r252070
parent
ff7e6f06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/doc/doxygen/mainpage.html
+3
-3
No files found.
libstdc++-v3/ChangeLog
View file @
c29730ec
2017-09-13 Jonathan Wakely <jwakely@redhat.com>
* doc/doxygen/mainpage.html: Fix broken URLs.
PR libstdc++/81835
* doc/xml/manual/extensions.xml: Replace unstable URL.
* doc/html/manual/ext_demangling.html: Regenerate.
...
...
libstdc++-v3/doc/doxygen/mainpage.html
View file @
c29730ec
...
...
@@ -28,7 +28,7 @@
<p>
There are two types of documentation for libstdc++. One is the
distribution documentation, which can be read online
<a
href=
"http://gcc.gnu.org/onlinedocs/libstdc++/index.html"
>
here
</a>
<a
href=
"http
s
://gcc.gnu.org/onlinedocs/libstdc++/index.html"
>
here
</a>
or offline from the file doc/html/index.html in the library source
directory.
</p>
...
...
@@ -78,11 +78,11 @@
pages. See the section "Documentation Style"
in
<code>
doc/xml/manual/appendix_contributing.xml
</code>
in the
source tree for how to create (and write) the doxygen markup.
This style guide can also be viewed on the
<a
href=
"http
://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01apas04
.html"
>
web
</a>
.
This style guide can also be viewed on the
<a
href=
"http
s://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_hacking
.html"
>
web
</a>
.
<h2>
License, Copyright, and Other Lawyerly Verbosity
</h2>
<p>
The libstdc++ documentation is released under
<a
href=
"http
://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01s02
.html"
>
<a
href=
"http
s://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_gpl
.html"
>
these terms
</a>
.
</p>
<p>
Part of the generated documentation involved comments and notes from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment