Repaired lshift/rshift macros for html

git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@139 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
fbbrokken 2008-03-17 17:50:03 +00:00
parent 8060c9f955
commit 9aa7c7352d
2 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ includefile(overview)
COMMENT( 2 )
lchapter(IntroC)(Introduction)
includefile(intro)
COMMENT(
COMMENT( 3 )
lchapter(FirstImpression)(A first impression of C++)
includefile(first)
@ -117,5 +117,5 @@ includefile(templateapp)
COMMENT( 21 )
lchapter(CONCRETE)(Concrete examples of C++)
includefile(concrete)
END)
IFDEF(latex)(latexcommand(\printindex))()

View file

@ -121,7 +121,7 @@ DEFINEMACRO(lshift)(0)(\
IFDEF(latex)(\
NOTRANS($<<$)\
)(\
NOTRANS(<<)\
<<\
)\
)
@ -135,7 +135,7 @@ DEFINEMACRO(rshift)(0)(\
IFDEF(latex)(\
NOTRANS($>>$)\
)(\
NOTRANS(>>)\
>>\
)\
)
@ -144,7 +144,7 @@ DEFINEMACRO(oplshift)(0)(\
IFDEF(latex)(\
NOTRANS($<<$)\
)(\
NOTRANS(<<)\
<<\
)\
tt(())\
)
@ -154,7 +154,7 @@ DEFINEMACRO(oprshift)(0)(\
IFDEF(latex)(\
NOTRANS($>>$)\
)(\
NOTRANS(>>)\
>>\
)\
tt(())\
)