Skip to content

Commit

Permalink
Merge pull request dlang#2941 from Geod24/fix-docs
Browse files Browse the repository at this point in the history
[stable] Add missing core.thread to documentation
merged-on-behalf-of: Mathias LANG <pro.mathias.lang@gmail.com>
  • Loading branch information
dlang-bot committed Feb 12, 2020
2 parents 3915d8e + 431231c commit 9513738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mak/DOCS
Expand Up @@ -75,6 +75,7 @@ DOCS=\
$(DOCDIR)\core_sys_darwin_mach_thread_act.html \
$(DOCDIR)\core_sys_darwin_netinet_in_.html \
\
$(DOCDIR)\core_thread.html \
$(DOCDIR)\core_thread_fiber.html \
$(DOCDIR)\core_thread_osthread.html \
\
Expand Down
3 changes: 3 additions & 0 deletions posix.mak
Expand Up @@ -177,6 +177,9 @@ $(DOCDIR)/core_sys_darwin_mach_%.html : src/core/sys/darwin/mach/%.d $(DMD)
$(DOCDIR)/core_sys_darwin_netinet_%.html : src/core/sys/darwin/netinet/%.d $(DMD)
$(DMD) $(DDOCFLAGS) -Df$@ project.ddoc $(DOCFMT) $<

$(DOCDIR)/core_thread.html : src/core/thread/package.d $(DMD)
$(DMD) $(DDOCFLAGS) -Df$@ project.ddoc $(DOCFMT) $<

$(DOCDIR)/core_thread_%.html : src/core/thread/%.d $(DMD)
$(DMD) $(DDOCFLAGS) -Df$@ project.ddoc $(DOCFMT) $<

Expand Down

0 comments on commit 9513738

Please sign in to comment.