Skip to content

Commit

Permalink
Let DDox handle module references
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Øvrum committed Jan 21, 2016
1 parent aac9974 commit 831924e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions latex.ddoc
Expand Up @@ -213,6 +213,7 @@ MULTICOL_CELL=\multicolumn{$1}{l}{$+}
MULTICOL_HEADER=\multicolumn{$1}{l}{$+}
MULTICOLS=\begin{multicols}{$1}$+ \end{multicols}
MULTIROW_HEADER=\multirow{$1}{*}{$+}
MREF=$(D $1$(DOT_PREFIXED $+))
_=

NBSP=~
Expand Down Expand Up @@ -240,6 +241,7 @@ _=

RCURL=$\}$
RED={\color{red}$0}
REF=$(D $2$(DOT_PREFIXED_SKIP $+).$1)
REG=$(COPY)
RELATIVE_LINK2=$(LINK2 $1,$+)
_=
Expand Down
4 changes: 2 additions & 2 deletions std-ddox.ddoc
Expand Up @@ -3,10 +3,10 @@ XREF = std.$1.$2
XREF_PACK = std.$1.$2.$3
CXREF = core.$1.$2
ECXREF = etc.$1.$2
MREF=<a href="$(ROOT_DIR)library/$1$(SLASH_PREFIXED $+).html">$1$(DOT_PREFIXED $+)</a>
LREF = $1
ROOT_DIR=/
_=

REF=$2$(DOT_PREFIXED_SKIP $+).$1
REF=$(D $2$(DOT_PREFIXED_SKIP $+).$1)
MREF=$(D $1$(DOT_PREFIXED $+))
_=

0 comments on commit 831924e

Please sign in to comment.