mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-18 10:06:54 +01:00
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:
parent
8060c9f955
commit
9aa7c7352d
2 changed files with 6 additions and 6 deletions
|
@ -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))()
|
||||
|
|
|
@ -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(())\
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue