Commit 3e33c509 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.1.3-20000528

parent 745526b6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
DOXYGEN Version 1.1.3-20000522
DOXYGEN Version 1.1.3-20000528

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

1.  Unpack the archive, unless you already have:
   
     gunzip doxygen-1.1.3-20000522.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.3-20000522.src.tar       # unpack it
     gunzip doxygen-1.1.3-20000528.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.3-20000528.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 (22 May 2000)
Dimitri van Heesch (28 May 2000)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.1.3-20000522
DOXYGEN Version 1.1.3-20000528

Please read INSTALL for compilation instructions.

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

Enjoy,

Dimitri van Heesch (22 May 2000)
Dimitri van Heesch (28 May 2000)
+1 −1
Original line number Diff line number Diff line
1.1.3-20000522
1.1.3-20000528
+7 −7
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ void configStrToVal()

static void substEnvVarsInString(QCString &s)
{
  QRegExp re("\\$([a-z_A-Z0-9]+)");
  static QRegExp re("\\$\\([a-z_A-Z0-9]+\\)");
  int p=0;
  int i,l;
  //printf("substEnvVarInString(%s) start\n",s.data());
@@ -644,19 +644,19 @@ void checkConfig()
  }

  // add default pattern if needed
  if (Config::filePatternList.count()==0)
  if (Config::filePatternList.isEmpty())
  {
    Config::filePatternList.append("*");
    Config::filePatternList="*";
  }

  // add default pattern if needed
  if (Config::examplePatternList.count()==0)
  if (Config::examplePatternList.isEmpty())
  {
    Config::examplePatternList.append("*");
    Config::examplePatternList="*";
  }

  // add default pattern if needed
  //if (Config::imagePatternList.count()==0)
  //if (Config::imagePatternList.isEmpty())
  //{
  //  Config::imagePatternList.append("*");
  //}
@@ -685,7 +685,7 @@ void checkConfig()
    // check documentation URL
    if (Config::docURL.isEmpty())
    {
      Config::docURL = Config::outputDir.copy().prepend("file://").append("html");
      Config::docURL = Config::outputDir.copy().prepend("file://")+"html";
    }
    else if (Config::docURL.left(7)!="http://" && Config::docURL.left(7)!="file://")
    {
+81 −78
Original line number Diff line number Diff line
@@ -148,9 +148,9 @@ followed by the descriptions of the tags grouped by category.
\endlatexonly

\subsection config_general General options
\anchor cfg_project_name
<dl>

\anchor cfg_project_name
<dt>\c PROJECT_NAME <dd>
 \addindex PROJECT_NAME
 The \c PROJECT_NAME tag is a single word (or a sequence of words
@@ -383,9 +383,9 @@ description.
</dl>

\subsection config_input Input related options
\anchor cfg_input
<dl>

\anchor cfg_input
<dt>\c INPUT <dd>
 \addindex INPUT
 The \c INPUT tag is used to specify the files and/or directories that contain 
@@ -465,9 +465,9 @@ description.
</dl>

\subsection html_output HTML related options
\anchor cfg_generate_html
<dl>

\anchor cfg_generate_html
<dt>\c GENERATE_HTML <dd>
 \addindex GENERATE_HTML
 If the \c GENERATE_HTML tag is set to \c YES (the default) Doxygen will
@@ -553,7 +553,7 @@ 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.keywordtype   { color: #604020 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
@@ -563,6 +563,7 @@ FONT.charliteral { color: #008080 }

\anchor cfg_html_align_members
<dt>\c HTML_ALIGN_MEMBERS <dd>
 \addindex HTML_ALIGN_MEMBERS
 If the \c HTML_ALIGN_MEMBERS tag is set to \c YES, the members of classes,
 files or namespaces will be aligned in HTML using tables. If set to
 NO a bullet list will be used. 
@@ -573,6 +574,7 @@ intent to support and test the aligned representation.

\anchor cfg_generate_htmlhelp
<dt>\c GENERATE_HTMLHELP <dd>
 \addindex GENERATE_HTMLHELP
 If the \c GENERATE_HTMLHELP tag is set to \c YES then
 doxygen generates three additional HTML index files: 
 \c index.hhp, \c index.hhc, and \c index.hhk. The \c index.hhp is a 
@@ -595,22 +597,25 @@ The HTML workshop also contains a viewer for compressed HTML files.

</dl>
\subsection alphabetical_index Alphabetical index options
\anchor cfg_alphabetical_index
<dl>

\anchor cfg_alphabetical_index
<dt>\c ALPHABETICAL_INDEX <dd>
 \addindex ALPHABETICAL_INDEX
 If the \c ALPHABETICAL_INDEX tag is set to \c YES, an alphabetical index
 of all compounds will be generated. Enable this if the project contains 
 a lot of classes, structs, unions or interfaces.

\anchor cfg_cols_in_alpha_index
<dt>\c COLS_IN_ALPHA_INDEX <dd>
 \addindex COLS_IN_ALPHA_INDEX
 If the alphabetical index is enabled 
 (see \c ALPHABETICAL_INDEX) then the \c COLS_IN_ALPHA_INDEX tag can be 
 used to specify the number of columns in which this list will be split (can be a number in the range [1..20])

\anchor cfg_ignore_prefix
<dt>\c IGNORE_PREFIX <dd>
 \addindex IGNORE_PREFIX
 In case all classes in a project start with a common prefix, all classes will 
 be put under the same header in the alphabetical index.
 The \c IGNORE_PREFIX tag can be used to specify a prefix 
@@ -618,11 +623,10 @@ The \c IGNORE_PREFIX tag can be used to specify a prefix
 headers.

</dl>

\subsection latex_output LaTeX related options
\anchor cfg_generate_latex
<dl>

\anchor cfg_generate_latex
<dt>\c GENERATE_LATEX <dd>
 \addindex GENERATE_LATEX
 If the \c GENERATE_LATEX tag is set to \c YES (the default) Doxygen will
@@ -732,10 +736,10 @@ asking the user for help. This option is also used when generating formulas
 in HTML.

</dl>

\subsection rtf_output RTF related options
<dl>
\anchor cfg_generate_rtf
<dl>

<dt>\c GENERATE_RTF <dd>
 \addindex GENERATE_RTF
 If the \c GENERATE_RTF tag is set to \c YES Doxygen will generate RTF output.
@@ -772,9 +776,9 @@ in HTML.
</dl>

\subsection man_output Man page related options
\anchor cfg_generate_man
<dl>

\anchor cfg_generate_man
<dt>\c GENERATE_MAN <dd>
 \addindex GENERATE_MAN
 If the \c GENERATE_MAN tag is set to \c YES (the default) Doxygen will
@@ -797,9 +801,9 @@ in HTML.
</dl>

\subsection config_prepro Preprocessor related options
\anchor cfg_enable_preprocessing
<dl>

\anchor cfg_enable_preprocessing
<dt>\c ENABLE_PREPROCESSING <dd>
 \addindex ENABLE_PREPROCESSING
 If the \c ENABLE_PREPROCESSING tag is set to \c YES (the default) Doxygen will
@@ -843,11 +847,10 @@ in HTML.
 \c PREDEFINED tag.

</dl>

\subsection config_extref External reference options
\anchor cfg_tagfiles
<dl>

\anchor cfg_tagfiles
<dt>\c TAGFILES <dd> 
 \addindex TAGFILES
 The \c TAGFILES tag can be used to specify one or more tagfiles. 
@@ -896,9 +899,9 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre>

</dl>
\subsection config_dot Dot options
\anchor cfg_have_dot
<dl>

\anchor cfg_have_dot
<dt>\c HAVE_DOT <dd>
 \addindex HAVE_DOT
 If you set the \c HAVE_DOT tag to \c YES then doxygen will assume the dot tool is
@@ -939,9 +942,9 @@ the \c CLASS_DIAGRAMS tag to NO.

</dl>
\subsection config_search Search engine options
\anchor cfg_searchengine
<dl>

\anchor cfg_searchengine
<dt>\c SEARCHENGINE <dd>
 \addindex SEARCHENGINE
 The \c SEARCHENGINE tag specifies whether or not a 
Loading