mirror of https://github.com/CGAL/cgal
do not link in the macro
This commit is contained in:
parent
d4f8effe9c
commit
72bc88d38f
|
|
@ -228,7 +228,7 @@ TAB_SIZE = 4
|
||||||
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
||||||
# newlines.
|
# newlines.
|
||||||
|
|
||||||
ALIASES = "cgal=CGAL" \
|
ALIASES = "cgal=%CGAL" \
|
||||||
"protocgal=C++gal" \
|
"protocgal=C++gal" \
|
||||||
"plageo=Plageo" \
|
"plageo=Plageo" \
|
||||||
"stl=STL" \
|
"stl=STL" \
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@ TAB_SIZE = 4
|
||||||
# newlines (in the resulting output). You can put ^^ in the value part of an
|
# newlines (in the resulting output). You can put ^^ in the value part of an
|
||||||
# alias to insert a newline as if a physical newline was in the original file.
|
# alias to insert a newline as if a physical newline was in the original file.
|
||||||
|
|
||||||
ALIASES = "cgal=CGAL" \
|
ALIASES = "cgal=%CGAL" \
|
||||||
"protocgal=C++gal" \
|
"protocgal=C++gal" \
|
||||||
"plageo=Plageo" \
|
"plageo=Plageo" \
|
||||||
"stl=STL" \
|
"stl=STL" \
|
||||||
|
|
|
||||||
|
|
@ -251,7 +251,7 @@ TAB_SIZE = 4
|
||||||
# commands \{ and \} for these it is advised to use the version @{ and @} or use
|
# commands \{ and \} for these it is advised to use the version @{ and @} or use
|
||||||
# a double escape (\\{ and \\})
|
# a double escape (\\{ and \\})
|
||||||
|
|
||||||
ALIASES = "cgal=CGAL" \
|
ALIASES = "cgal=%CGAL" \
|
||||||
"protocgal=C++gal" \
|
"protocgal=C++gal" \
|
||||||
"plageo=Plageo" \
|
"plageo=Plageo" \
|
||||||
"stl=STL" \
|
"stl=STL" \
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ TAB_SIZE = 4
|
||||||
# will result in a user-defined paragraph with heading "Side Effects:".
|
# will result in a user-defined paragraph with heading "Side Effects:".
|
||||||
# You can put \n's in the value part of an alias to insert newlines.
|
# You can put \n's in the value part of an alias to insert newlines.
|
||||||
|
|
||||||
ALIASES = "cgal=CGAL"
|
ALIASES = "cgal=%CGAL"
|
||||||
ALIASES += "protocgal=C++gal"
|
ALIASES += "protocgal=C++gal"
|
||||||
ALIASES += "plageo=Plageo"
|
ALIASES += "plageo=Plageo"
|
||||||
ALIASES += "stl=STL"
|
ALIASES += "stl=STL"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue