Commit 4f577549 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.1.3-20000514

parent 367c98ad
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
DOXYGEN Version 1.1.3
DOXYGEN Version 1.1.3-20000514

CONTENTS
--------
@@ -15,8 +15,8 @@ INSTALLATION INSTRUCTIONS FOR UNIX:

1.  Unpack the archive, unless you already have:
   
     gunzip doxygen-1.1.3.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.3.src.tar       # unpack it
     gunzip doxygen-1.1.3-20000514.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.3-20000514.src.tar       # unpack it

2.  Run the configure script:
 
@@ -252,4 +252,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (08 May 2000)
Dimitri van Heesch (14 May 2000)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.1.3
DOXYGEN Version 1.1.3-20000514

Please read INSTALL for compilation instructions.

@@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (08 May 2000)
Dimitri van Heesch (14 May 2000)
+1 −1
Original line number Diff line number Diff line
1.1.3
1.1.3-20000514
+7 −1
Original line number Diff line number Diff line
@@ -349,10 +349,16 @@ fi

touch .tmakeconfig
if test "$f_shared" = NO; then
  if test "$f_platform" = "osf1-cxx"; then
  cat >> .tmakeconfig <<EOF
    TMAKE_LFLAGS = -non_shared
EOF
  else
  cat >> .tmakeconfig <<EOF
    TMAKE_LFLAGS = -static
EOF
  fi
fi

if test "$f_english" = YES; then
  cat >> .tmakeconfig <<EOF
+10 −4
Original line number Diff line number Diff line
@@ -538,21 +538,27 @@ description.
 that doxygen normally generates:

\verbatim
H1 { text-align: center }
H1 { text-align: center; }
A.qindex {}
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
A.codeRef { font-weight: normal; color: #4444ee }
A.gl:link { color: #ffffff }
A.gl:visited { color: #ffffff }
A.gl { text-decoration: none; font-weight: bold; background-color: #ff8080 }
DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
DIV.in { margin-left: 16 }
DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 }
TD.md { background-color: #f2f2ff }
DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight
DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }
FONT.keyword       { color: #008000 }
FONT.keywordtype   { color: #008060 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral   { color: #008080 }
\endverbatim

\anchor cfg_html_align_members
Loading