File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Some existing approaches to this are:
20
20
)
21
21
22
22
$(UL
23
- $(LI $(LINK2 http ://www.stack .nl/~dimitri/doxygen , Doxygen) which already has some support for D)
23
+ $(LI $(LINK2 https ://www.doxygen .nl/, Doxygen) which already has some support for D)
24
24
$(LI Java's $(LINK2 https://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/index.html, Javadoc),
25
25
probably the most well-known)
26
26
$(LI C$(HASH)'s $(LINK2 https://msdn.microsoft.com/en-us/library/b2s063f7.aspx, embedded XML))
27
- $(LI Other $(LINK2 https://python. org/sigs/doc-sig/otherlangs .html, documentation tools))
27
+ $(LI Other $(LINK2 https://doc.rust-lang. org/rustdoc/what-is-rustdoc .html, documentation tools))
28
28
)
29
29
30
30
$(P
201
201
The document comment is a series of $(I Section)s.
202
202
A $(I Section) is a name that is the first non-blank character on
203
203
a line immediately followed by a ':'. This name forms the section name.
204
- The section name is not case sensitive.
204
+ The section name is not case- sensitive.
205
205
)
206
206
207
207
$(P
You can’t perform that action at this time.
0 commit comments