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
|
||||
# newlines.
|
||||
|
||||
ALIASES = "cgal=CGAL" \
|
||||
ALIASES = "cgal=%CGAL" \
|
||||
"protocgal=C++gal" \
|
||||
"plageo=Plageo" \
|
||||
"stl=STL" \
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ TAB_SIZE = 4
|
|||
# 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.
|
||||
|
||||
ALIASES = "cgal=CGAL" \
|
||||
ALIASES = "cgal=%CGAL" \
|
||||
"protocgal=C++gal" \
|
||||
"plageo=Plageo" \
|
||||
"stl=STL" \
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ TAB_SIZE = 4
|
|||
# commands \{ and \} for these it is advised to use the version @{ and @} or use
|
||||
# a double escape (\\{ and \\})
|
||||
|
||||
ALIASES = "cgal=CGAL" \
|
||||
ALIASES = "cgal=%CGAL" \
|
||||
"protocgal=C++gal" \
|
||||
"plageo=Plageo" \
|
||||
"stl=STL" \
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ TAB_SIZE = 4
|
|||
# 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.
|
||||
|
||||
ALIASES = "cgal=CGAL"
|
||||
ALIASES = "cgal=%CGAL"
|
||||
ALIASES += "protocgal=C++gal"
|
||||
ALIASES += "plageo=Plageo"
|
||||
ALIASES += "stl=STL"
|
||||
|
|
|
|||
Loading…
Reference in New Issue