Skip to content

Commit

Permalink
Merge pull request #20648 from Reavershark/fix-module-docs-source-pat…
Browse files Browse the repository at this point in the history
…h-dmd

Fix invalid "Source: " links in druntime module ddocs
  • Loading branch information
dkorpel authored Jan 7, 2025
2 parents 4b98706 + 9c35003 commit 57c4ddf
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion druntime/src/__importc_builtins.di
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright: Copyright D Language Foundation 2022-2024
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
* Source: $(DRUNTIMESRC __importc_builtins.d)
* Source: $(DRUNTIMESRC __importc_builtins.di)
*/


Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/internal/backtrace/dwarf.d
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Copyright: Copyright Digital Mars 2015 - 2015.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Yazan Dabain, Sean Kelly
* Source: $(DRUNTIMESRC rt/backtrace/dwarf.d)
* Source: $(DRUNTIMESRC core/internal/backtrace/dwarf.d)
*/

module core.internal.backtrace.dwarf;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/internal/backtrace/elf.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright: Copyright Digital Mars 2015 - 2018.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Yazan Dabain
* Source: $(DRUNTIMESRC rt/backtrace/elf.d)
* Source: $(DRUNTIMESRC core/internal/backtrace/elf.d)
*/

module core.internal.backtrace.elf;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/internal/backtrace/macho.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright: Copyright Jacob Carlborg 2018.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Jacob Carlborg
* Source: $(DRUNTIMESRC rt/backtrace/macho.d)
* Source: $(DRUNTIMESRC core/internal/backtrace/macho.d)
*/
module core.internal.backtrace.macho;

Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/internal/elf/io.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright: Copyright Digital Mars 2015 - 2018.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Yazan Dabain, Martin Kinkelin
* Source: $(DRUNTIMESRC core/elf/io.d)
* Source: $(DRUNTIMESRC core/internal/elf/io.d)
*/

module core.internal.elf.io;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/internal/postblit.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
License: Distributed under the
$(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
(See accompanying file LICENSE)
Source: $(DRUNTIMESRC core/_internal/_destruction.d)
Source: $(DRUNTIMESRC core/_internal/_postblit.d)
*/
module core.internal.postblit;

Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/internal/string.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly, Walter Bright
* Source: $(DRUNTIMESRC rt/util/_string.d)
* Source: $(DRUNTIMESRC core/internal/_string.d)
*/

module core.internal.string;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/sys/darwin/mach/stab.d
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Mathias 'Geod24' Lang
* Source: $(DRUNTIMESRC core/sys/darwin/mach/_nlist.d)
* Source: $(DRUNTIMESRC core/sys/darwin/mach/_stab.d)
*/
module core.sys.darwin.mach.stab;

Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/sys/posix/stdc/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* (See accompanying file LICENSE)
* Authors: Sean Kelly,
* Alex Rønne Petersen
* Source: $(DRUNTIMESRC core/stdc/_time.d)
* Source: $(DRUNTIMESRC core/sys/posix/stdc/_time.d)
* Standards: ISO/IEC 9899:1999 (E)
*/

Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/sys/windows/dbghelp.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Benjamin Thaut, Sean Kelly
* Source: $(DRUNTIMESRC core/sys/windows/_stacktrace.d)
* Source: $(DRUNTIMESRC core/sys/windows/_dbghelp.d)
*/

module core.sys.windows.dbghelp;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/sys/windows/stdc/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* (See accompanying file LICENSE)
* Authors: Sean Kelly,
* Alex Rønne Petersen
* Source: $(DRUNTIMESRC core/stdc/_time.d)
* Source: $(DRUNTIMESRC core/sys/windows/stdc/_time.d)
* Standards: ISO/IEC 9899:1999 (E)
*/

Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/thread/threadbase.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Sean Kelly, Walter Bright, Alex Rønne Petersen, Martin Nowak
* Source: $(DRUNTIMESRC core/thread/osthread.d)
* Source: $(DRUNTIMESRC core/thread/threadbase.d)
*/

module core.thread.threadbase;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/thread/threadgroup.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Sean Kelly, Walter Bright, Alex Rønne Petersen, Martin Nowak
* Source: $(DRUNTIMESRC core/thread/osthread.d)
* Source: $(DRUNTIMESRC core/thread/threadgroup.d)
*/

module core.thread.threadgroup;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/core/thread/types.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Sean Kelly, Walter Bright, Alex Rønne Petersen, Martin Nowak
* Source: $(DRUNTIMESRC core/thread/osthread.d)
* Source: $(DRUNTIMESRC core/thread/types.d)
*/

module core.thread.types;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/etc/linux/memoryerror.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE_1_0.txt)
* Authors: Amaury SECHET, FeepingCreature, Vladimir Panteleev
* Source: $(DRUNTIMESRC etc/linux/memory.d)
* Source: $(DRUNTIMESRC etc/linux/memoryerror.d)
*/

module etc.linux.memoryerror;
Expand Down
2 changes: 1 addition & 1 deletion druntime/src/rt/sections_elf_shared.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright: Copyright Martin Nowak 2012-2013.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
* Source: $(DRUNTIMESRC rt/_sections_linux.d)
* Source: $(DRUNTIMESRC rt/_sections_elf_shared.d)
*/

module rt.sections_elf_shared;
Expand Down

0 comments on commit 57c4ddf

Please sign in to comment.