Commit dd7602fd authored by Dimitri van Heesch's avatar Dimitri van Heesch

Release-1.7.2-20101118

parent be602ee7
DOXYGEN Version 1.7.2-20101106 DOXYGEN Version 1.7.2-20101118
Please read the installation section of the manual Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions. (http://www.doxygen.org/install.html) for instructions.
-------- --------
Dimitri van Heesch (06 November 2010) Dimitri van Heesch (18 November 2010)
DOXYGEN Version 1.7.2_20101106 DOXYGEN Version 1.7.2_20101118
Please read INSTALL for compilation instructions. Please read INSTALL for compilation instructions.
...@@ -26,4 +26,4 @@ forum. ...@@ -26,4 +26,4 @@ forum.
Enjoy, Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (06 November 2010) Dimitri van Heesch (dimitri@stack.nl) (18 November 2010)
...@@ -20,7 +20,7 @@ doxygen_version_minor=7 ...@@ -20,7 +20,7 @@ doxygen_version_minor=7
doxygen_version_revision=2 doxygen_version_revision=2
#NOTE: Setting version_mmn to "NO" will omit mmn info from the package. #NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
doxygen_version_mmn=20101106 doxygen_version_mmn=20101118
bin_dirs=`echo $PATH | sed -e "s/:/ /g"` bin_dirs=`echo $PATH | sed -e "s/:/ /g"`
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -122,6 +122,7 @@ followed by the descriptions of the tags grouped by category. ...@@ -122,6 +122,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_file_version_filter FILE_VERSION_FILTER \refitem cfg_file_version_filter FILE_VERSION_FILTER
\refitem cfg_filter_patterns FILTER_PATTERNS \refitem cfg_filter_patterns FILTER_PATTERNS
\refitem cfg_filter_source_files FILTER_SOURCE_FILES \refitem cfg_filter_source_files FILTER_SOURCE_FILES
\refitem cfg_filter_source_patterns FILTER_SOURCE_PATTERNS
\refitem cfg_force_local_includes FORCE_LOCAL_INCLUDES \refitem cfg_force_local_includes FORCE_LOCAL_INCLUDES
\refitem cfg_formula_fontsize FORMULA_FONTSIZE \refitem cfg_formula_fontsize FORMULA_FONTSIZE
\refitem cfg_formula_transparent FORMULA_TRANSPARENT \refitem cfg_formula_transparent FORMULA_TRANSPARENT
...@@ -215,6 +216,7 @@ followed by the descriptions of the tags grouped by category. ...@@ -215,6 +216,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_predefined PREDEFINED \refitem cfg_predefined PREDEFINED
\refitem cfg_project_name PROJECT_NAME \refitem cfg_project_name PROJECT_NAME
\refitem cfg_project_number PROJECT_NUMBER \refitem cfg_project_number PROJECT_NUMBER
\refitem cfg_qch_file QCH_FILE
\refitem cfg_qhg_location QHG_LOCATION \refitem cfg_qhg_location QHG_LOCATION
\refitem cfg_qhp_cust_filter_attrs QHP_CUST_FILTER_ATTRS \refitem cfg_qhp_cust_filter_attrs QHP_CUST_FILTER_ATTRS
\refitem cfg_qhp_cust_filter_name QHP_CUST_FILTER_NAME \refitem cfg_qhp_cust_filter_name QHP_CUST_FILTER_NAME
...@@ -1101,8 +1103,8 @@ AClass::ANamespace, ANamespace::*Test ...@@ -1101,8 +1103,8 @@ AClass::ANamespace, ANamespace::*Test
basis. Doxygen will compare the file name with each pattern and apply the basis. Doxygen will compare the file name with each pattern and apply the
filter if there is a match. The filters are a list of the form: filter if there is a match. The filters are a list of the form:
pattern=filter (like <code>*.cpp=my_cpp_filter</code>). See \c INPUT_FILTER for further pattern=filter (like <code>*.cpp=my_cpp_filter</code>). See \c INPUT_FILTER for further
info on how filters are used. If \c FILTER_PATTERNS is empty, \c INPUT_FILTER info on how filters are used. If \c FILTER_PATTERNS is empty or if
is applied to all files. non of the patterns match the file name, \c INPUT_FILTER is applied.
\anchor cfg_filter_source_files \anchor cfg_filter_source_files
<dt>\c FILTER_SOURCE_FILES <dd> <dt>\c FILTER_SOURCE_FILES <dd>
...@@ -1112,6 +1114,15 @@ AClass::ANamespace, ANamespace::*Test ...@@ -1112,6 +1114,15 @@ AClass::ANamespace, ANamespace::*Test
files that are used for producing the source files to browse files that are used for producing the source files to browse
(i.e. when SOURCE_BROWSER is set to YES). (i.e. when SOURCE_BROWSER is set to YES).
\anchor cfg_filter_source_patterns
<dt>\c FILTER_SOURCE_PATTERNS <dd>
\addindex FILTER_SOURCE_PATTERNS
The \c FILTER_SOURCE_PATTERNS tag can be used to specify source filters per
file pattern. A pattern will override the setting for \c FILTER_PATTERN (if any)
and it is also possible to disable source filtering for a specific pattern
using *.ext= (so without naming a filter). This option only has effect when
\c FILTER_SOURCE_FILES is enabled.
</dl> </dl>
\section sourcebrowser_index Source browsing related options \section sourcebrowser_index Source browsing related options
...@@ -1481,6 +1492,13 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. ...@@ -1481,6 +1492,13 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
to generate a Qt Compressed Help (.qch) of the generated HTML to generate a Qt Compressed Help (.qch) of the generated HTML
documentation. documentation.
\anchor cfg_qch_file
<dt>\c QCH_FILE <dd>
\addindex QCH_FILE
If the QHG_LOCATION tag is specified, the QCH_FILE tag can
be used to specify the file name of the resulting .qch file.
The path specified is relative to the HTML output folder.
\anchor cfg_qhp_namespace \anchor cfg_qhp_namespace
<dt>\c QHP_NAMESPACE <dd> <dt>\c QHP_NAMESPACE <dd>
\addindex QHP_NAMESPACE \addindex QHP_NAMESPACE
...@@ -2374,7 +2392,7 @@ PROJECT_NAME = Example ...@@ -2374,7 +2392,7 @@ PROJECT_NAME = Example
INPUT = example.cc example.h INPUT = example.cc example.h
WARNINGS = YES WARNINGS = YES
TAGFILES = qt.tag TAGFILES = qt.tag
PERL_PATH = /usr/bin/perl PERL_PATH = /usr/local/bin/perl
SEARCHENGINE = NO SEARCHENGINE = NO
\endverbatim \endverbatim
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
Here is a list of all HTML commands that may be used inside the Here is a list of all HTML commands that may be used inside the
documentation. Note that although these HTML tags are translated to the documentation. Note that although these HTML tags are translated to the
proper commands for outer formats other than HTML, all attributes proper commands for output formats other than HTML, all attributes
of a HTML tag are passed on to the HTML output only of a HTML tag are passed on to the HTML output only
(the HREF and NAME attributes for the A tag are the only exception). (the HREF and NAME attributes for the A tag are the only exception).
...@@ -38,7 +38,7 @@ of a HTML tag are passed on to the HTML output only ...@@ -38,7 +38,7 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\<CODE\></tt> Starts a piece of text displayed in a typewriter font. <li><tt>\<CODE\></tt> Starts a piece of text displayed in a typewriter font.
Note that for C# code, this command is equivalent to Note that for C# code, this command is equivalent to
\ref cmdcode "\\code". \ref cmdcode "\\code".
<li><tt>\</CODE\></tt> End a <tt>\<CODE\></tt> section. <li><tt>\</CODE\></tt> Ends a <tt>\<CODE\></tt> section.
Note that for C# code, this command is equivalent to Note that for C# code, this command is equivalent to
\ref cmdendcode "\\endcode". \ref cmdendcode "\\endcode".
<li><tt>\<DD\></tt> Starts an item description. <li><tt>\<DD\></tt> Starts an item description.
...@@ -101,7 +101,7 @@ of a HTML tag are passed on to the HTML output only ...@@ -101,7 +101,7 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\<UL\></tt> Starts an unnumbered item list. <li><tt>\<UL\></tt> Starts an unnumbered item list.
<li><tt>\</UL\></tt> Ends an unnumbered item list. <li><tt>\</UL\></tt> Ends an unnumbered item list.
<li><tt>\<VAR\></tt> Starts a piece of text displayed in an italic font. <li><tt>\<VAR\></tt> Starts a piece of text displayed in an italic font.
<li><tt>\</VAR\></tt> Ends a <tt>\</VAR\></tt> section. <li><tt>\</VAR\></tt> Ends a <tt>\<VAR\></tt> section.
</ul> </ul>
The special HTML character entities that are recognized by Doxygen: The special HTML character entities that are recognized by Doxygen:
......
...@@ -63,11 +63,11 @@ tools should be installed. ...@@ -63,11 +63,11 @@ tools should be installed.
This is needed to build the GUI front-end doxywizard. This is needed to build the GUI front-end doxywizard.
<li>A \f$\mbox{\LaTeX}\f$ distribution: for instance <li>A \f$\mbox{\LaTeX}\f$ distribution: for instance
<a href="http://www.tug.org/interest.html#free">teTeX 1.0</a> <a href="http://www.tug.org/interest.html#free">teTeX 1.0</a>
\latexonly \\par (see {\tt http://www.tug.org/interest.html\#free})\endlatexonly. \latexonly (see {\tt http://www.tug.org/interest.html\#free})\endlatexonly.
This is needed for generating LaTeX, Postscript, and PDF output. This is needed for generating LaTeX, Postscript, and PDF output.
<li><a href="http://www.graphviz.org/"> <li><a href="http://www.graphviz.org/">
the Graph visualization toolkit version 1.8.10 or higher</a> the Graph visualization toolkit version 1.8.10 or higher</a>
\latexonly \\par (see {\tt http://www.graphviz.org/})\endlatexonly. \latexonly (see {\tt http://www.graphviz.org/})\endlatexonly.
Needed for the include dependency graphs, Needed for the include dependency graphs,
the graphical inheritance graphs, and the collaboration graphs. the graphical inheritance graphs, and the collaboration graphs.
If you compile graphviz yourself, make sure you do include If you compile graphviz yourself, make sure you do include
......
...@@ -23,7 +23,7 @@ text fragments, generated by doxygen, can be produced in languages other ...@@ -23,7 +23,7 @@ text fragments, generated by doxygen, can be produced in languages other
than English (the default). The output language is chosen through the than English (the default). The output language is chosen through the
configuration file (with default name and known as Doxyfile). configuration file (with default name and known as Doxyfile).
Currently (version 1.7.1), 38 languages Currently (version 1.7.2), 38 languages
are supported (sorted alphabetically): are supported (sorted alphabetically):
Afrikaans, Arabic, Brazilian Portuguese, Catalan, Chinese, Chinese Afrikaans, Arabic, Brazilian Portuguese, Catalan, Chinese, Chinese
Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto, Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto,
......
(1.7.1) (1.7.2)
Doxygen supports the following 38 languages (sorted alphabetically): Doxygen supports the following 38 languages (sorted alphabetically):
......
...@@ -1315,6 +1315,7 @@ void ClassDef::writeMemberGroups(OutputList &ol) ...@@ -1315,6 +1315,7 @@ void ClassDef::writeMemberGroups(OutputList &ol)
// write user defined member groups // write user defined member groups
if (m_impl->memberGroupSDict) if (m_impl->memberGroupSDict)
{ {
m_impl->memberGroupSDict->sort();
MemberGroupSDict::Iterator mgli(*m_impl->memberGroupSDict); MemberGroupSDict::Iterator mgli(*m_impl->memberGroupSDict);
MemberGroup *mg; MemberGroup *mg;
for (;(mg=mgli.current());++mgli) for (;(mg=mgli.current());++mgli)
......
...@@ -102,6 +102,7 @@ CommandMap cmdMap[] = ...@@ -102,6 +102,7 @@ CommandMap cmdMap[] =
{ "$", CMD_DOLLAR }, { "$", CMD_DOLLAR },
{ "#", CMD_HASH }, { "#", CMD_HASH },
{ "%", CMD_PERCENT }, { "%", CMD_PERCENT },
{ "::", CMD_DCOLON },
{ "\"", CMD_QUOTE }, { "\"", CMD_QUOTE },
{ "_internalref", CMD_INTERNALREF }, { "_internalref", CMD_INTERNALREF },
{ "dot", CMD_DOT }, { "dot", CMD_DOT },
......
...@@ -114,7 +114,8 @@ enum CommandType ...@@ -114,7 +114,8 @@ enum CommandType
CMD_COPYBRIEF = 80, CMD_COPYBRIEF = 80,
CMD_COPYDETAILS = 81, CMD_COPYDETAILS = 81,
CMD_QUOTE = 82, CMD_QUOTE = 82,
CMD_MSCFILE = 83 CMD_MSCFILE = 83,
CMD_DCOLON = 84
}; };
enum HtmlTagType enum HtmlTagType
......
...@@ -621,7 +621,7 @@ static void addParmType() ...@@ -621,7 +621,7 @@ static void addParmType()
static void addUsingDirective(const char *name) static void addUsingDirective(const char *name)
{ {
if (g_exampleBlock && g_sourceFileDef && name) if (g_sourceFileDef && name)
{ {
NamespaceDef *nd = Doxygen::namespaceSDict->find(name); NamespaceDef *nd = Doxygen::namespaceSDict->find(name);
if (nd) if (nd)
...@@ -3394,10 +3394,12 @@ void parseCCode(CodeOutputInterface &od,const char *className,const QCString &s, ...@@ -3394,10 +3394,12 @@ void parseCCode(CodeOutputInterface &od,const char *className,const QCString &s,
g_exampleName = exName; g_exampleName = exName;
g_sourceFileDef = fd; g_sourceFileDef = fd;
g_lineNumbers = fd!=0 && showLineNumbers; g_lineNumbers = fd!=0 && showLineNumbers;
if (exBlock && fd==0) bool cleanupSourceDef = FALSE;
if (/* exBlock */ fd==0)
{ {
// create a dummy filedef for the example // create a dummy filedef for the example
g_sourceFileDef = new FileDef("",exName); g_sourceFileDef = new FileDef("",(exName?exName:"generated"));
cleanupSourceDef = TRUE;
} }
if (g_sourceFileDef) if (g_sourceFileDef)
{ {
...@@ -3433,7 +3435,7 @@ void parseCCode(CodeOutputInterface &od,const char *className,const QCString &s, ...@@ -3433,7 +3435,7 @@ void parseCCode(CodeOutputInterface &od,const char *className,const QCString &s,
endFontClass(); endFontClass();
g_code->endCodeLine(); g_code->endCodeLine();
} }
if (exBlock && fd==0) if (cleanupSourceDef)
{ {
// delete the temporary file definition used for this example // delete the temporary file definition used for this example
delete g_sourceFileDef; delete g_sourceFileDef;
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <qstack.h> #include <qstack.h>
#include <qregexp.h> #include <qregexp.h>
#include <qtextstream.h> #include <qtextstream.h>
#include <qglobal.h>
#include "bufstr.h" #include "bufstr.h"
#include "debug.h" #include "debug.h"
...@@ -33,6 +34,7 @@ ...@@ -33,6 +34,7 @@
#include "doxygen.h" #include "doxygen.h"
#include "util.h" #include "util.h"
#include <assert.h>
#define ADDCHAR(c) g_outBuf->addChar(c) #define ADDCHAR(c) g_outBuf->addChar(c)
#define ADDARRAY(a,s) g_outBuf->addArray(a,s) #define ADDARRAY(a,s) g_outBuf->addArray(a,s)
...@@ -134,7 +136,7 @@ static inline void copyToOutput(const char *s,int len) ...@@ -134,7 +136,7 @@ static inline void copyToOutput(const char *s,int len)
} }
} }
} }
else else if (len>0)
{ {
ADDARRAY(s,len); ADDARRAY(s,len);
static int tabSize=Config_getInt("TAB_SIZE"); static int tabSize=Config_getInt("TAB_SIZE");
...@@ -318,17 +320,23 @@ void replaceComment(int offset); ...@@ -318,17 +320,23 @@ void replaceComment(int offset);
copyToOutput(yytext,yyleng); copyToOutput(yytext,yyleng);
} }
<Scan>("//!"|"///").*/\n[ \t]*"//"[\/!][^\/] { /* start C++ style special comment block */ <Scan>("//!"|"///").*/\n[ \t]*"//"[\/!][^\/] { /* start C++ style special comment block */
if (g_mlBrief) REJECT; // bail out if we do not need to convert if (g_mlBrief)
int i=3;
if (yytext[2]=='/')
{ {
while (i<(int)yyleng && yytext[i]=='/') i++; REJECT; // bail out if we do not need to convert
}
else
{
int i=3;
if (yytext[2]=='/')
{
while (i<(int)yyleng && yytext[i]=='/') i++;
}
g_blockHeadCol=g_col;
copyToOutput("/**",3);
replaceAliases(yytext+i);
g_inSpecialComment=TRUE;
BEGIN(SComment);
} }
g_blockHeadCol=g_col;
copyToOutput("/**",3);
replaceAliases(yytext+i);
g_inSpecialComment=TRUE;
BEGIN(SComment);
} }
<Scan>"//##Documentation".*/\n { /* Start of Rational Rose ANSI C++ comment block */ <Scan>"//##Documentation".*/\n { /* Start of Rational Rose ANSI C++ comment block */
if (g_mlBrief) REJECT; if (g_mlBrief) REJECT;
...@@ -602,7 +610,7 @@ void replaceComment(int offset); ...@@ -602,7 +610,7 @@ void replaceComment(int offset);
} }
<SComment>\n[ \t]*"//!" | <SComment>\n[ \t]*"//!" |
<SComment>\n[ \t]*"//!<"/.*\n | <SComment>\n[ \t]*"//!<"/.*\n |
<SComment>\n[ \t]*"//!"[^<\n]/.*\n { <SComment>\n[ \t]*"//!"[^<\n]/.*\n {
replaceComment(1); replaceComment(1);
g_readLineCtx=YY_START; g_readLineCtx=YY_START;
BEGIN(ReadLine); BEGIN(ReadLine);
...@@ -752,24 +760,25 @@ void replaceComment(int offset); ...@@ -752,24 +760,25 @@ void replaceComment(int offset);
%% %%
void replaceComment(int offset) void replaceComment(int offset)
{ {
if (g_mlBrief) if (g_mlBrief)
{ {
copyToOutput(yytext,yyleng); copyToOutput(yytext,yyleng);
} }
else else
{ {
//printf("replaceComment(%s)\n",yytext); //printf("replaceComment(%s)\n",yytext);
int i=computeIndent(&yytext[offset]); int i=computeIndent(&yytext[offset]);
if (i==g_blockHeadCol) if (i==g_blockHeadCol)
{ {
replaceCommentMarker(yytext,yyleng); replaceCommentMarker(yytext,yyleng);
} }
else else
{ {
copyToOutput(" */",3); copyToOutput(" */",3);
int i;for (i=yyleng-1;i>=0;i--) unput(yytext[i]); int i;for (i=yyleng-1;i>=0;i--) unput(yytext[i]);
g_inSpecialComment=FALSE;
BEGIN(Scan); BEGIN(Scan);
} }
} }
......
...@@ -2661,7 +2661,7 @@ void openGroup(Entry *e,const char *,int) ...@@ -2661,7 +2661,7 @@ void openGroup(Entry *e,const char *,int)
} }
else // start of a member group else // start of a member group
{ {
//printf(" membergroup id=%d\n",g_memberGroupId); //printf(" membergroup id=%d %s\n",g_memberGroupId,g_memberGroupHeader.data());
if (g_memberGroupId==DOX_NOGROUP) // no group started yet if (g_memberGroupId==DOX_NOGROUP) // no group started yet
{ {
static int curGroupId=0; static int curGroupId=0;
......
...@@ -582,12 +582,6 @@ ...@@ -582,12 +582,6 @@
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="docParamName" mixed="true">
<xsd:sequence>
<xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="docParamName" mixed="true"> <xsd:complexType name="docParamName" mixed="true">
<xsd:sequence> <xsd:sequence>
<xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" /> <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />
......
...@@ -586,12 +586,6 @@ ...@@ -586,12 +586,6 @@
" <xsd:sequence>\n" " <xsd:sequence>\n"
" <xsd:element name=\"ref\" type=\"refTextType\" minOccurs=\"0\" maxOccurs=\"1\" />\n" " <xsd:element name=\"ref\" type=\"refTextType\" minOccurs=\"0\" maxOccurs=\"1\" />\n"
" </xsd:sequence>\n" " </xsd:sequence>\n"
" </xsd:complexType>\n"
"\n"
" <xsd:complexType name=\"docParamName\" mixed=\"true\">\n"
" <xsd:sequence>\n"
" <xsd:element name=\"ref\" type=\"refTextType\" minOccurs=\"0\" maxOccurs=\"1\" />\n"
" </xsd:sequence>\n"
" <xsd:attribute name=\"direction\" type=\"DoxParamDir\" use=\"optional\" />\n" " <xsd:attribute name=\"direction\" type=\"DoxParamDir\" use=\"optional\" />\n"
" </xsd:complexType>\n" " </xsd:complexType>\n"
"\n" "\n"
......
...@@ -419,6 +419,14 @@ not including the namespace part. ...@@ -419,6 +419,14 @@ not including the namespace part.
Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
Note: This option applies only to the class list, not to the Note: This option applies only to the class list, not to the
alphabetical list. alphabetical list.
' defval='0'/>
<option type='bool' id='STRICT_PROTO_MATCHING' docs='
If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
do proper type resolution of all parameters of a function it will reject a
match between the prototype and the implementation of a member function even
if there is only one candidate or it is obvious which candidate to choose
by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
will still accept a match between prototype and implementation in such cases.
' defval='0'/> ' defval='0'/>
<option type='bool' id='GENERATE_TODOLIST' docs=' <option type='bool' id='GENERATE_TODOLIST' docs='
The GENERATE_TODOLIST tag can be used to enable (YES) or The GENERATE_TODOLIST tag can be used to enable (YES) or
...@@ -663,8 +671,8 @@ The FILTER_PATTERNS tag can be used to specify filters on a per file pattern ...@@ -663,8 +671,8 @@ The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
basis. Doxygen will compare the file name with each pattern and apply the basis. Doxygen will compare the file name with each pattern and apply the
filter if there is a match. The filters are a list of the form: filter if there is a match. The filters are a list of the form:
pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER info on how filters are used. If FILTER_PATTERNS is empty or if
is applied to all files. non of the patterns match the file name, INPUT_FILTER is applied.
'> '>
</option> </option>
<option type='bool' id='FILTER_SOURCE_FILES' docs=' <option type='bool' id='FILTER_SOURCE_FILES' docs='
...@@ -672,6 +680,13 @@ If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using ...@@ -672,6 +680,13 @@ If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
INPUT_FILTER) will be used to filter the input files when producing source INPUT_FILTER) will be used to filter the input files when producing source
files to browse (i.e. when SOURCE_BROWSER is set to YES). files to browse (i.e. when SOURCE_BROWSER is set to YES).
' defval='0'/> ' defval='0'/>
<option type='list' id='FILTER_SOURCE_PATTERNS' format='file' docs='
The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
pattern. A pattern will override the setting for FILTER_PATTERN (if any)
and it is also possible to disable source filtering for a specific pattern
using *.ext= (so without naming a filter). This option only has effect when
FILTER_SOURCE_FILES is enabled.
' depends='FILTER_SOURCE_FILES'/>
</group> </group>
<group name='Source Browser' docs='configuration options related to source browsing'> <group name='Source Browser' docs='configuration options related to source browsing'>
<option type='bool' id='SOURCE_BROWSER' docs=' <option type='bool' id='SOURCE_BROWSER' docs='
......
...@@ -600,6 +600,14 @@ void addConfigOptions(Config *cfg) ...@@ -600,6 +600,14 @@ void addConfigOptions(Config *cfg)
FALSE FALSE
); );
//---- //----
cb = cfg->addBool(
"STRICT_PROTO_MATCHING",
"If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper type resolution of all parameters of a function it will reject a\n"
"match between the prototype and the implementation of a member function even if there is only one candidate or it is obvious which candidate to choose by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen\n"
"will still accept a match between prototype and implementation in such cases.",
FALSE
);
//----
cb = cfg->addBool( cb = cfg->addBool(
"GENERATE_TODOLIST", "GENERATE_TODOLIST",
"The GENERATE_TODOLIST tag can be used to enable (YES) or\n" "The GENERATE_TODOLIST tag can be used to enable (YES) or\n"
...@@ -934,8 +942,8 @@ void addConfigOptions(Config *cfg) ...@@ -934,8 +942,8 @@ void addConfigOptions(Config *cfg)
"filter if there is a match.\n" "filter if there is a match.\n"
"The filters are a list of the form:\n" "The filters are a list of the form:\n"
"pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further\n" "pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further\n"
"info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER\n" "info on how filters are used. If FILTER_PATTERNS is empty or if\n"
"is applied to all files." "non of the patterns match the file name, INPUT_FILTER is applied."
); );
cl->setWidgetType(ConfigList::File); cl->setWidgetType(ConfigList::File);
//---- //----
...@@ -946,6 +954,17 @@ void addConfigOptions(Config *cfg) ...@@ -946,6 +954,17 @@ void addConfigOptions(Config *cfg)
"files to browse (i.e. when SOURCE_BROWSER is set to YES).", "files to browse (i.e. when SOURCE_BROWSER is set to YES).",
FALSE FALSE
); );
//----
cl = cfg->addList(
"FILTER_SOURCE_PATTERNS",
"The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file\n"
"pattern. A pattern will override the setting for FILTER_PATTERN (if any)\n"
"and it is also possible to disable source filtering for a specific pattern\n"
"using *.ext= (so without naming a filter). This option only has effect when\n"
"FILTER_SOURCE_FILES is enabled."
);
cl->addDependency("FILTER_SOURCE_FILES");
cl->setWidgetType(ConfigList::File);
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
cfg->addInfo("Source Browser","configuration options related to source browsing"); cfg->addInfo("Source Browser","configuration options related to source browsing");
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
......
...@@ -128,9 +128,11 @@ ID "$"?([a-z_A-Z\x80-\xFF][a-z_A-Z0-9\x80-\xFF]*)|(@[0-9]+) ...@@ -128,9 +128,11 @@ ID "$"?([a-z_A-Z\x80-\xFF][a-z_A-Z0-9\x80-\xFF]*)|(@[0-9]+)
name += yytext; name += yytext;
} }
} }
<Start>(~{B}*)?{ID}/({B}*"["{B}*"]")* { // the []'s are for Java, <Start>([~!]{B}*)?{ID}/({B}*"["{B}*"]")* { // the []'s are for Java,
// the / was add to deal with multi- // the / was add to deal with multi-
// dimensional C++ arrays like A[][15] // dimensional C++ arrays like A[][15]
// the leading ~ is for a destructor
// the leading ! is for a C++/CLI finalizer (see bug 456475 and 635198)
addTypeName(); addTypeName();
name += yytext; name += yytext;
} }
......
...@@ -544,7 +544,7 @@ static bool readCodeFragment(const char *fileName, ...@@ -544,7 +544,7 @@ static bool readCodeFragment(const char *fileName,
static bool filterSourceFiles = Config_getBool("FILTER_SOURCE_FILES"); static bool filterSourceFiles = Config_getBool("FILTER_SOURCE_FILES");
//printf("readCodeFragment(%s,%d,%d)\n",fileName,startLine,endLine); //printf("readCodeFragment(%s,%d,%d)\n",fileName,startLine,endLine);
if (fileName==0 || fileName[0]==0) return FALSE; // not a valid file name if (fileName==0 || fileName[0]==0) return FALSE; // not a valid file name
QCString filter = getFileFilter(fileName); QCString filter = getFileFilter(fileName,TRUE);
FILE *f=0; FILE *f=0;
bool usePipe = !filter.isEmpty() && filterSourceFiles; bool usePipe = !filter.isEmpty() && filterSourceFiles;
if (!usePipe) // no filter given or wanted if (!usePipe) // no filter given or wanted
......
...@@ -540,6 +540,7 @@ static void detectNoDocumentedParams() ...@@ -540,6 +540,7 @@ static void detectNoDocumentedParams()
g_memberDef->hasDocumentedReturnType() || g_memberDef->hasDocumentedReturnType() ||
returnType.isEmpty() || // empty return type returnType.isEmpty() || // empty return type
returnType.find("void")!=-1 || // void return type returnType.find("void")!=-1 || // void return type
returnType.find("subroutine")!=-1 || // fortran subroutine
g_memberDef->isConstructor() || // a constructor g_memberDef->isConstructor() || // a constructor
g_memberDef->isDestructor() // or destructor g_memberDef->isDestructor() // or destructor
) )
...@@ -1107,8 +1108,12 @@ static void handleLinkedWord(DocNode *parent,QList<DocNode> &children) ...@@ -1107,8 +1108,12 @@ static void handleLinkedWord(DocNode *parent,QList<DocNode> &children)
if (g_token->name.left(1)=="#" || g_token->name.left(2)=="::") if (g_token->name.left(1)=="#" || g_token->name.left(2)=="::")
{ {
warn_doc_error(g_fileName,doctokenizerYYlineno,"warning: explicit link request to '%s' could not be resolved",qPrint(name)); warn_doc_error(g_fileName,doctokenizerYYlineno,"warning: explicit link request to '%s' could not be resolved",qPrint(name));
children.append(new DocWord(parent,g_token->name));
}
else
{
children.append(new DocWord(parent,name));
} }
children.append(new DocWord(parent,name));
} }
} }
...@@ -1179,6 +1184,9 @@ reparsetoken: ...@@ -1179,6 +1184,9 @@ reparsetoken:
case CMD_HASH: case CMD_HASH:
children.append(new DocSymbol(parent,DocSymbol::Hash)); children.append(new DocSymbol(parent,DocSymbol::Hash));
break; break;
case CMD_DCOLON:
children.append(new DocSymbol(parent,DocSymbol::DoubleColon));
break;
case CMD_PERCENT: case CMD_PERCENT:
children.append(new DocSymbol(parent,DocSymbol::Percent)); children.append(new DocSymbol(parent,DocSymbol::Percent));
break; break;
...@@ -3018,6 +3026,7 @@ int DocIndexEntry::parse() ...@@ -3018,6 +3026,7 @@ int DocIndexEntry::parse()
case CMD_AMP: m_entry+='&'; break; case CMD_AMP: m_entry+='&'; break;
case CMD_DOLLAR: m_entry+='$'; break; case CMD_DOLLAR: m_entry+='$'; break;
case CMD_HASH: m_entry+='#'; break; case CMD_HASH: m_entry+='#'; break;
case CMD_DCOLON: m_entry+="::"; break;
case CMD_PERCENT: m_entry+='%'; break; case CMD_PERCENT: m_entry+='%'; break;
case CMD_QUOTE: m_entry+='"'; break; case CMD_QUOTE: m_entry+='"'; break;
default: default:
...@@ -4772,6 +4781,9 @@ int DocPara::handleCommand(const QCString &cmdName) ...@@ -4772,6 +4781,9 @@ int DocPara::handleCommand(const QCString &cmdName)
case CMD_HASH: case CMD_HASH:
m_children.append(new DocSymbol(this,DocSymbol::Hash)); m_children.append(new DocSymbol(this,DocSymbol::Hash));
break; break;
case CMD_DCOLON:
m_children.append(new DocSymbol(this,DocSymbol::DoubleColon));
break;
case CMD_PERCENT: case CMD_PERCENT:
m_children.append(new DocSymbol(this,DocSymbol::Percent)); m_children.append(new DocSymbol(this,DocSymbol::Percent));
break; break;
...@@ -6197,6 +6209,9 @@ void DocText::parse() ...@@ -6197,6 +6209,9 @@ void DocText::parse()
case CMD_HASH: case CMD_HASH:
m_children.append(new DocSymbol(this,DocSymbol::Hash)); m_children.append(new DocSymbol(this,DocSymbol::Hash));
break; break;
case CMD_DCOLON:
m_children.append(new DocSymbol(this,DocSymbol::DoubleColon));
break;
case CMD_PERCENT: case CMD_PERCENT:
m_children.append(new DocSymbol(this,DocSymbol::Percent)); m_children.append(new DocSymbol(this,DocSymbol::Percent));
break; break;
......
...@@ -313,7 +313,7 @@ class DocSymbol : public DocNode ...@@ -313,7 +313,7 @@ class DocSymbol : public DocNode
{ {
public: public:
enum SymType { Unknown=0, BSlash, At, Less, Greater, Amp, Dollar, Hash, enum SymType { Unknown=0, BSlash, At, Less, Greater, Amp, Dollar, Hash,
Percent, Copy, Tm, Reg, Apos, Quot, Uml, Acute, DoubleColon, Percent, Copy, Tm, Reg, Apos, Quot, Uml, Acute,
Grave, Circ, Tilde, Szlig, Cedil, Ring, Nbsp, Slash, Grave, Circ, Tilde, Szlig, Cedil, Ring, Nbsp, Slash,
Lsquo, Rsquo, Ldquo, Rdquo, Ndash, Mdash, Aelig, AElig Lsquo, Rsquo, Ldquo, Rdquo, Ndash, Mdash, Aelig, AElig
}; };
......
...@@ -343,6 +343,16 @@ void DocSets::addIndexItem(Definition *context,MemberDef *md,const char *) ...@@ -343,6 +343,16 @@ void DocSets::addIndexItem(Definition *context,MemberDef *md,const char *)
case MemberDef::Event: case MemberDef::Event:
type="event"; break; type="event"; break;
} }
cd = md->getClassDef();
nd = md->getNamespaceDef();
if (cd)
{
scope = cd->qualifiedName();
}
else if (nd)
{
scope = nd->name();
}
writeToken(m_tts,md,type,lang,scope,md->anchor()); writeToken(m_tts,md,type,lang,scope,md->anchor());
} }
else if (context && context->isLinkable()) else if (context && context->isLinkable())
...@@ -404,7 +414,7 @@ void DocSets::addIndexItem(Definition *context,MemberDef *md,const char *) ...@@ -404,7 +414,7 @@ void DocSets::addIndexItem(Definition *context,MemberDef *md,const char *)
} }
if (m_scopes.find(context->getOutputFileBase())==0) if (m_scopes.find(context->getOutputFileBase())==0)
{ {
writeToken(m_tts,context,type,lang,0,0,decl); writeToken(m_tts,context,type,lang,scope,0,decl);
m_scopes.append(context->getOutputFileBase(),(void*)0x8); m_scopes.append(context->getOutputFileBase(),(void*)0x8);
} }
} }
......
...@@ -310,6 +310,7 @@ VERBATIM "verbatim"{BLANK}* ...@@ -310,6 +310,7 @@ VERBATIM "verbatim"{BLANK}*
SPCMD1 {CMD}([a-z_A-Z][a-z_A-Z0-9]*|{VERBATIM}) SPCMD1 {CMD}([a-z_A-Z][a-z_A-Z0-9]*|{VERBATIM})
SPCMD2 {CMD}[\\@<>&$#%~"] SPCMD2 {CMD}[\\@<>&$#%~"]
SPCMD3 {CMD}form#[0-9]+ SPCMD3 {CMD}form#[0-9]+
SPCMD4 {CMD}"::"
INOUT "in"|"out"|("in"{BLANK}*","{BLANK}*"out")|("out"{BLANK}*","{BLANK}*"in") INOUT "in"|"out"|("in"{BLANK}*","{BLANK}*"out")|("out"{BLANK}*","{BLANK}*"in")
PARAMIO {CMD}param{BLANK}*"["{BLANK}*{INOUT}{BLANK}*"]" PARAMIO {CMD}param{BLANK}*"["{BLANK}*{INOUT}{BLANK}*"]"
TEMPCHAR [a-z_A-Z0-9,: \t\*\&] TEMPCHAR [a-z_A-Z0-9,: \t\*\&]
...@@ -429,7 +430,8 @@ REFWORD {LABELID}|{REFWORD2} ...@@ -429,7 +430,8 @@ REFWORD {LABELID}|{REFWORD2}
return TK_COMMAND; return TK_COMMAND;
} }
<St_Para>{SPCMD1} | <St_Para>{SPCMD1} |
<St_Para>{SPCMD2} { /* special command */ <St_Para>{SPCMD2} |
<St_Para>{SPCMD4} { /* special command */
g_token->name = yytext+1; g_token->name = yytext+1;
g_token->name = g_token->name.stripWhiteSpace(); g_token->name = g_token->name.stripWhiteSpace();
g_token->paramDir=TokenInfo::Unspecified; g_token->paramDir=TokenInfo::Unspecified;
......
...@@ -997,9 +997,9 @@ bool DotManager::run() ...@@ -997,9 +997,9 @@ bool DotManager::run()
{ {
uint numDotRuns = m_dotRuns.count(); uint numDotRuns = m_dotRuns.count();
uint numDotMaps = m_dotMaps.count(); uint numDotMaps = m_dotMaps.count();
if (numDotRuns+numDotMaps>0) if (numDotRuns+numDotMaps>1)
{ {
msg("Generating dot graphs using %d parallel threads...\n",m_workers.count()); msg("Generating dot graphs using %d parallel threads...\n",QMIN(numDotRuns+numDotMaps,m_workers.count()));
} }
int i=1; int i=1;
QListIterator<DotRunner> li(m_dotRuns); QListIterator<DotRunner> li(m_dotRuns);
......
...@@ -3921,7 +3921,7 @@ static bool findTemplateInstanceRelation(Entry *root, ...@@ -3921,7 +3921,7 @@ static bool findTemplateInstanceRelation(Entry *root,
// int *tempArgIndex; // int *tempArgIndex;
// for (;(tempArgIndex=qdi.current());++qdi) // for (;(tempArgIndex=qdi.current());++qdi)
// { // {
// printf("(%s->%d) ",qdi.currentKey().data(),*tempArgIndex); // printf("(%s->%d) ",qdi.currentKey(),*tempArgIndex);
// } // }
//} //}
//printf("\n"); //printf("\n");
...@@ -5651,26 +5651,53 @@ static void findMember(EntryNav *rootNav, ...@@ -5651,26 +5651,53 @@ static void findMember(EntryNav *rootNav,
if (count==0 && !(isFriend && funcType=="class")) if (count==0 && !(isFriend && funcType=="class"))
{ {
int candidates=0; int candidates=0;
ClassDef *ccd = 0, *ecd = 0;
MemberDef *cmd = 0, *emd = 0;
if (mn->count()>0) if (mn->count()>0)
{ {
//printf("Assume template class\n"); //printf("Assume template class\n");
for (mni.toFirst();(md=mni.current());++mni) for (mni.toFirst();(md=mni.current());++mni)
{ {
ClassDef *cd=md->getClassDef(); ccd=md->getClassDef();
//printf("cd->name()==%s className=%s\n",cd->name().data(),className.data()); cmd=md;
if (cd!=0 && rightScopeMatch(cd->name(),className)) //printf("ccd->name()==%s className=%s\n",ccd->name().data(),className.data());
if (ccd!=0 && rightScopeMatch(ccd->name(),className))
{ {
LockingPtr<ArgumentList> templAl = md->templateArguments(); LockingPtr<ArgumentList> templAl = md->templateArguments();
if (root->tArgLists && templAl!=0 && if (root->tArgLists && templAl!=0 &&
root->tArgLists->getLast()->count()<=templAl->count()) root->tArgLists->getLast()->count()<=templAl->count())
{ {
addMethodToClass(rootNav,cd,md->name(),isFriend); addMethodToClass(rootNav,ccd,md->name(),isFriend);
return; return;
} }
if (md->argsString()==argListToString(root->argList,TRUE,FALSE))
{ // exact argument list match -> remember
ecd = ccd;
emd = cmd;
}
candidates++; candidates++;
} }
} }
} }
static bool strictProtoMatching = Config_getBool("STRICT_PROTO_MATCHING");
if (!strictProtoMatching)
{
if (candidates==1 && ccd && cmd)
{
// we didn't find an actual match on argument lists, but there is only 1 member with this
// name in the same scope, so that has to be the one.
addMemberDocs(rootNav,cmd,funcDecl,0,overloaded,0);
return;
}
else if (candidates>1 && ecd && emd)
{
// we didn't find a unique match using type resolution,
// but one of the matches has the exact same signature so
// we take that one.
addMemberDocs(rootNav,emd,funcDecl,0,overloaded,0);
return;
}
}
QCString warnMsg = "warning: no "; QCString warnMsg = "warning: no ";
if (noMatchCount>1) warnMsg+="uniquely "; if (noMatchCount>1) warnMsg+="uniquely ";
......
...@@ -61,7 +61,7 @@ class DevNullCodeDocInterface : public CodeOutputInterface ...@@ -61,7 +61,7 @@ class DevNullCodeDocInterface : public CodeOutputInterface
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
/*! create a new file definition, where \a p is the file path, /*! create a new file definition, where \a p is the file path,
\a nm the file name, and \a ref is an HTML anchor name if the \a nm the file name, and \a lref is an HTML anchor name if the
file was read from a tag file or 0 otherwise file was read from a tag file or 0 otherwise
*/ */
FileDef::FileDef(const char *p,const char *nm, FileDef::FileDef(const char *p,const char *nm,
...@@ -431,6 +431,7 @@ void FileDef::writeMemberGroups(OutputList &ol) ...@@ -431,6 +431,7 @@ void FileDef::writeMemberGroups(OutputList &ol)
/* write user defined member groups */ /* write user defined member groups */
if (memberGroupSDict) if (memberGroupSDict)
{ {
memberGroupSDict->sort();
MemberGroupSDict::Iterator mgli(*memberGroupSDict); MemberGroupSDict::Iterator mgli(*memberGroupSDict);
MemberGroup *mg; MemberGroup *mg;
for (;(mg=mgli.current());++mgli) for (;(mg=mgli.current());++mgli)
...@@ -789,7 +790,7 @@ void FileDef::writeSource(OutputList &ol) ...@@ -789,7 +790,7 @@ void FileDef::writeSource(OutputList &ol)
pIntf->resetCodeParserState(); pIntf->resetCodeParserState();
ol.startCodeFragment(); ol.startCodeFragment();
pIntf->parseCode(ol,0, pIntf->parseCode(ol,0,
fileToString(absFilePath(),filterSourceFiles), fileToString(absFilePath(),filterSourceFiles,TRUE),
FALSE,0,this FALSE,0,this
); );
ol.endCodeFragment(); ol.endCodeFragment();
...@@ -806,7 +807,7 @@ void FileDef::parseSource() ...@@ -806,7 +807,7 @@ void FileDef::parseSource()
pIntf->resetCodeParserState(); pIntf->resetCodeParserState();
pIntf->parseCode( pIntf->parseCode(
devNullIntf,0, devNullIntf,0,
fileToString(absFilePath(),filterSourceFiles), fileToString(absFilePath(),filterSourceFiles,TRUE),
FALSE,0,this FALSE,0,this
); );
} }
......
...@@ -527,7 +527,7 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA ...@@ -527,7 +527,7 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA
/*------- module/global/typedef variable ---------------------------------------------------*/ /*------- module/global/typedef variable ---------------------------------------------------*/
<SubprogBody,SubprogBodyContains>^{BS}"end"({BS}{SUBPROG}({BS_}{ID})?)?{BS}/(\n|!) { <SubprogBody,SubprogBodyContains>^{BS}[0-9]*{BS}"end"({BS}{SUBPROG}({BS_}{ID})?)?{BS}/(\n|!) {
//fprintf(stderr,"1e=========> got end subprog: %s\n", yytext); //fprintf(stderr,"1e=========> got end subprog: %s\n", yytext);
/* args is used for parameters in list of functions, argList for /* args is used for parameters in list of functions, argList for
...@@ -696,7 +696,7 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA ...@@ -696,7 +696,7 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA
// TYPE_SPEC is for old function style function result // TYPE_SPEC is for old function style function result
result= yytext; result= yytext;
result= result.stripWhiteSpace(); result= result.stripWhiteSpace();
extractPrefix(result); //extractPrefix(result);
//fprintf(stderr, "===%s\n", (const char*)result); //fprintf(stderr, "===%s\n", (const char*)result);
current->type = result; current->type = result;
yy_push_state(SubprogPrefix); yy_push_state(SubprogPrefix);
...@@ -712,7 +712,7 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA ...@@ -712,7 +712,7 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA
// Fortran subroutine or function found // Fortran subroutine or function found
result= yytext; result= yytext;
result= result.stripWhiteSpace(); result= result.stripWhiteSpace();
extractPrefix(result); //extractPrefix(result);
addSubprogram(result); addSubprogram(result);
yy_push_state(Subprog); yy_push_state(Subprog);
} }
...@@ -841,7 +841,9 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA ...@@ -841,7 +841,9 @@ PREFIX (RECURSIVE{BS_}|PURE{BS_}|ELEMENTAL{BS_}){0,2}(RECURSIVE|PURE|ELEMENTA
%% %%
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
static void extractPrefix(QCString &text) { #if 0
static void extractPrefix(QCString &text)
{
int prefixIndex = 0; int prefixIndex = 0;
int curIndex = 0; int curIndex = 0;
bool cont = TRUE; bool cont = TRUE;
...@@ -860,6 +862,7 @@ static void extractPrefix(QCString &text) { ...@@ -860,6 +862,7 @@ static void extractPrefix(QCString &text) {
} }
} }
} }
#endif
static int getAmpersandAtTheStart(const char *buf, int length) static int getAmpersandAtTheStart(const char *buf, int length)
{ {
......
...@@ -753,6 +753,7 @@ void GroupDef::writeMemberGroups(OutputList &ol) ...@@ -753,6 +753,7 @@ void GroupDef::writeMemberGroups(OutputList &ol)
/* write user defined member groups */ /* write user defined member groups */
if (memberGroupSDict) if (memberGroupSDict)
{ {
memberGroupSDict->sort();
/* write user defined member groups */ /* write user defined member groups */
MemberGroupSDict::Iterator mgli(*memberGroupSDict); MemberGroupSDict::Iterator mgli(*memberGroupSDict);
MemberGroup *mg; MemberGroup *mg;
......
...@@ -179,6 +179,7 @@ void HtmlDocVisitor::visit(DocSymbol *s) ...@@ -179,6 +179,7 @@ void HtmlDocVisitor::visit(DocSymbol *s)
case DocSymbol::Amp: m_t << "&amp;"; break; case DocSymbol::Amp: m_t << "&amp;"; break;
case DocSymbol::Dollar: m_t << "$"; break; case DocSymbol::Dollar: m_t << "$"; break;
case DocSymbol::Hash: m_t << "#"; break; case DocSymbol::Hash: m_t << "#"; break;
case DocSymbol::DoubleColon: m_t << "::"; break;
case DocSymbol::Percent: m_t << "%"; break; case DocSymbol::Percent: m_t << "%"; break;
case DocSymbol::Copy: m_t << "&copy;"; break; case DocSymbol::Copy: m_t << "&copy;"; break;
case DocSymbol::Tm: m_t << "&trade;"; break; case DocSymbol::Tm: m_t << "&trade;"; break;
...@@ -304,7 +305,7 @@ void HtmlDocVisitor::visit(DocVerbatim *s) ...@@ -304,7 +305,7 @@ void HtmlDocVisitor::visit(DocVerbatim *s)
if (m_hide) return; if (m_hide) return;
switch(s->type()) switch(s->type())
{ {
case DocVerbatim::Code: // fall though case DocVerbatim::Code:
forceEndParagraph(s); forceEndParagraph(s);
m_t << PREFRAG_START; m_t << PREFRAG_START;
Doxygen::parserManager->getParser(m_langExt) Doxygen::parserManager->getParser(m_langExt)
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include "pagedef.h" #include "pagedef.h"
#include "dirdef.h" #include "dirdef.h"
#include "vhdldocgen.h" #include "vhdldocgen.h"
#include "layout.h"
#define MAX_ITEMS_BEFORE_MULTIPAGE_INDEX 200 #define MAX_ITEMS_BEFORE_MULTIPAGE_INDEX 200
#define MAX_ITEMS_BEFORE_QUICK_INDEX 30 #define MAX_ITEMS_BEFORE_QUICK_INDEX 30
...@@ -1879,6 +1880,35 @@ void writeQuickMemberIndex(OutputList &ol, ...@@ -1879,6 +1880,35 @@ void writeQuickMemberIndex(OutputList &ol,
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
struct CmhlInfo
{
CmhlInfo(const char *fn,const char *t) : fname(fn), title(t) {}
const char *fname;
QCString title;
};
static const CmhlInfo *getCmhlInfo(int hl)
{
static bool fortranOpt = Config_getBool("OPTIMIZE_FOR_FORTRAN");
static bool vhdlOpt = Config_getBool("OPTIMIZE_OUTPUT_VHDL");
static CmhlInfo cmhlInfo[] =
{
CmhlInfo("functions", theTranslator->trAll()),
CmhlInfo("functions_func",
fortranOpt ? theTranslator->trSubprograms() :
vhdlOpt ? VhdlDocGen::trFunctionAndProc() :
theTranslator->trFunctions()),
CmhlInfo("functions_vars",theTranslator->trVariables()),
CmhlInfo("functions_type",theTranslator->trTypedefs()),
CmhlInfo("functions_enum",theTranslator->trEnumerations()),
CmhlInfo("functions_eval",theTranslator->trEnumerationValues()),
CmhlInfo("functions_prop",theTranslator->trProperties()),
CmhlInfo("functions_evnt",theTranslator->trEvents()),
CmhlInfo("functions_rela",theTranslator->trRelatedFunctions())
};
return &cmhlInfo[hl];
}
static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight hl) static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight hl)
{ {
if (documentedClassMembers[hl]==0) return; if (documentedClassMembers[hl]==0) return;
...@@ -1894,6 +1924,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1894,6 +1924,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
numPages=127; numPages=127;
} }
#if 0
struct CmhlInfo struct CmhlInfo
{ {
CmhlInfo(const char *fn,const char *t) : fname(fn), title(t) {} CmhlInfo(const char *fn,const char *t) : fname(fn), title(t) {}
...@@ -1914,6 +1945,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1914,6 +1945,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
CmhlInfo("functions_evnt",theTranslator->trEvents()), CmhlInfo("functions_evnt",theTranslator->trEvents()),
CmhlInfo("functions_rela",theTranslator->trRelatedFunctions()) CmhlInfo("functions_rela",theTranslator->trRelatedFunctions())
}; };
#endif
ol.pushGeneratorState(); ol.pushGeneratorState();
ol.disableAllBut(OutputGenerator::Html); ol.disableAllBut(OutputGenerator::Html);
...@@ -1922,7 +1954,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1922,7 +1954,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
QCString title = fortranOpt ? theTranslator->trCompoundMembersFortran() : QCString title = fortranOpt ? theTranslator->trCompoundMembersFortran() :
vhdlOpt ? VhdlDocGen::trDesignUnitMembers() : vhdlOpt ? VhdlDocGen::trDesignUnitMembers() :
theTranslator->trCompoundMembers() ; theTranslator->trCompoundMembers() ;
if (hl!=CMHL_All) title+=(QCString)" - "+cmhlInfo[hl].title; if (hl!=CMHL_All) title+=(QCString)" - "+getCmhlInfo(hl)->title;
int page; int page;
bool first=TRUE; bool first=TRUE;
...@@ -1930,7 +1962,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1930,7 +1962,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
{ {
if (!multiPageIndex || g_memberIndexLetterUsed[hl][page].count()>0) if (!multiPageIndex || g_memberIndexLetterUsed[hl][page].count()>0)
{ {
QCString fileName = cmhlInfo[hl].fname; QCString fileName = getCmhlInfo(hl)->fname;
if (multiPageIndex && !first) if (multiPageIndex && !first)
{ {
fileName+=QCString().sprintf("_0x%02x",page); fileName+=QCString().sprintf("_0x%02x",page);
...@@ -1942,8 +1974,8 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1942,8 +1974,8 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
// index item for global member list // index item for global member list
startQuickIndexItem(ol, startQuickIndexItem(ol,
cmhlInfo[0].fname+Doxygen::htmlFileExtension,hl==CMHL_All,TRUE,first); getCmhlInfo(0)->fname+Doxygen::htmlFileExtension,hl==CMHL_All,TRUE,first);
ol.writeString(fixSpaces(cmhlInfo[0].title)); ol.writeString(fixSpaces(getCmhlInfo(0)->title));
endQuickIndexItem(ol); endQuickIndexItem(ol);
// index items per category member lists // index items per category member lists
...@@ -1952,10 +1984,10 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1952,10 +1984,10 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
{ {
if (documentedClassMembers[i]>0) if (documentedClassMembers[i]>0)
{ {
startQuickIndexItem(ol,cmhlInfo[i].fname+Doxygen::htmlFileExtension,hl==i,TRUE,first); startQuickIndexItem(ol,getCmhlInfo(i)->fname+Doxygen::htmlFileExtension,hl==i,TRUE,first);
ol.writeString(fixSpaces(cmhlInfo[i].title)); ol.writeString(fixSpaces(getCmhlInfo(i)->title));
//printf("multiPageIndex=%d first=%d fileName=%s file=%s title=%s\n", //printf("multiPageIndex=%d first=%d fileName=%s file=%s title=%s\n",
// multiPageIndex,first,fileName.data(),cmhlInfo[i].fname,cmhlInfo[i].title.data()); // multiPageIndex,first,fileName.data(),getCmhlInfo(i)->fname,getCmhlInfo(i)->title.data());
endQuickIndexItem(ol); endQuickIndexItem(ol);
} }
} }
...@@ -1967,7 +1999,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h ...@@ -1967,7 +1999,7 @@ static void writeClassMemberIndexFiltered(OutputList &ol, ClassMemberHighlight h
if (quickIndex) if (quickIndex)
{ {
writeQuickMemberIndex(ol,g_memberIndexLetterUsed[hl],page, writeQuickMemberIndex(ol,g_memberIndexLetterUsed[hl],page,
cmhlInfo[hl].fname,multiPageIndex); getCmhlInfo(hl)->fname,multiPageIndex);
} }
ol.endQuickIndices(); ol.endQuickIndices();
...@@ -2978,6 +3010,57 @@ void writeExampleIndex(OutputList &ol) ...@@ -2978,6 +3010,57 @@ void writeExampleIndex(OutputList &ol)
ol.popGeneratorState(); ol.popGeneratorState();
} }
//----------------------------------------------------------------------------
void writeFullNavIndex(QTextStream &t, LayoutNavEntry *root,int indent)
{
QCString indentStr;
indentStr.fill(' ',indent*2);
if (root->children().count()>0)
{
t << indentStr << "<ul>" << endl;
QListIterator<LayoutNavEntry> li(root->children());
LayoutNavEntry *entry;
for (li.toFirst();(entry=li.current());++li)
{
t << indentStr << "<li>";
t << "<a href=\"" << entry->baseFile() << Doxygen::htmlFileExtension << "\">";
t << fixSpaces(entry->title());
t << "</a>";
t << "</li>" << endl;
writeFullNavIndex(t,entry,indent+1);
if (entry->kind()==LayoutNavEntry::ClassMembers)
{
t << indentStr << " <ul>" << endl;
// index items per category member lists
int i;
for (i=0;i<CMHL_Total;i++)
{
if (documentedClassMembers[i]>0)
{
t << indentStr << " <li>";
t << "<a href=\"" << getCmhlInfo(i)->fname << Doxygen::htmlFileExtension << "\">";
t << fixSpaces(getCmhlInfo(i)->title);
t << "</a>";
t << "</li>" << endl;
}
}
t << indentStr << " </ul>" << endl;
}
else if (entry->kind()==LayoutNavEntry::NamespaceMembers)
{
t << indentStr << " <namespacemembers>" << endl;
}
else if (entry->kind()==LayoutNavEntry::FileGlobals)
{
t << indentStr << " <fileglobals>" << endl;
}
}
t << indentStr << "</ul>" << endl;
}
}
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
void countRelatedPages(int &docPages,int &indexPages) void countRelatedPages(int &docPages,int &indexPages)
...@@ -3619,6 +3702,18 @@ void writeIndex(OutputList &ol) ...@@ -3619,6 +3702,18 @@ void writeIndex(OutputList &ol)
projPrefix=Config_getString("PROJECT_NAME")+" "; projPrefix=Config_getString("PROJECT_NAME")+" ";
} }
#if 0
{
QFile f("navindex.html");
if (f.open(IO_WriteOnly))
{
QTextStream t(&f);
LayoutNavEntry *layout = LayoutDocManager::instance().rootNavEntry();
writeFullNavIndex(t,layout,0);
}
}
#endif
//-------------------------------------------------------------------- //--------------------------------------------------------------------
// write HTML index // write HTML index
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
...@@ -148,6 +148,7 @@ void LatexDocVisitor::visit(DocSymbol *s) ...@@ -148,6 +148,7 @@ void LatexDocVisitor::visit(DocSymbol *s)
case DocSymbol::Amp: m_t << "\\&"; break; case DocSymbol::Amp: m_t << "\\&"; break;
case DocSymbol::Dollar: m_t << "\\$"; break; case DocSymbol::Dollar: m_t << "\\$"; break;
case DocSymbol::Hash: m_t << "\\#"; break; case DocSymbol::Hash: m_t << "\\#"; break;
case DocSymbol::DoubleColon: m_t << "::"; break;
case DocSymbol::Percent: m_t << "\\%"; break; case DocSymbol::Percent: m_t << "\\%"; break;
case DocSymbol::Copy: m_t << "\\copyright"; break; case DocSymbol::Copy: m_t << "\\copyright"; break;
case DocSymbol::Tm: m_t << "\\texttrademark"; break; case DocSymbol::Tm: m_t << "\\texttrademark"; break;
......
...@@ -82,6 +82,7 @@ void ManDocVisitor::visit(DocSymbol *s) ...@@ -82,6 +82,7 @@ void ManDocVisitor::visit(DocSymbol *s)
case DocSymbol::Amp: m_t << "&"; break; case DocSymbol::Amp: m_t << "&"; break;
case DocSymbol::Dollar: m_t << "$"; break; case DocSymbol::Dollar: m_t << "$"; break;
case DocSymbol::Hash: m_t << "#"; break; case DocSymbol::Hash: m_t << "#"; break;
case DocSymbol::DoubleColon: m_t << "::"; break;
case DocSymbol::Percent: m_t << "%"; break; case DocSymbol::Percent: m_t << "%"; break;
case DocSymbol::Copy: m_t << "(C)"; break; case DocSymbol::Copy: m_t << "(C)"; break;
case DocSymbol::Tm: m_t << "(TM)"; break; case DocSymbol::Tm: m_t << "(TM)"; break;
......
...@@ -107,7 +107,7 @@ void MemberGroup::setAnchors(ClassDef *context) ...@@ -107,7 +107,7 @@ void MemberGroup::setAnchors(ClassDef *context)
void MemberGroup::writeDeclarations(OutputList &ol, void MemberGroup::writeDeclarations(OutputList &ol,
ClassDef *cd,NamespaceDef *nd,FileDef *fd,GroupDef *gd) ClassDef *cd,NamespaceDef *nd,FileDef *fd,GroupDef *gd)
{ {
//printf("MemberGroup::writeDeclarations() memberList->count()=%d\n",memberList->count()); printf("MemberGroup::writeDeclarations() %s\n",grpHeader.data());
QCString ldoc = doc; QCString ldoc = doc;
if (!ldoc.isEmpty()) ldoc.prepend("<a name=\""+anchor()+"\"></a>"); if (!ldoc.isEmpty()) ldoc.prepend("<a name=\""+anchor()+"\"></a>");
memberList->writeDeclarations(ol,cd,nd,fd,gd,grpHeader,ldoc/*,TRUE,TRUE*/); memberList->writeDeclarations(ol,cd,nd,fd,gd,grpHeader,ldoc/*,TRUE,TRUE*/);
......
...@@ -115,6 +115,10 @@ class MemberGroupSDict : public SIntDict<MemberGroup> ...@@ -115,6 +115,10 @@ class MemberGroupSDict : public SIntDict<MemberGroup>
public: public:
MemberGroupSDict(int size=17) : SIntDict<MemberGroup>(size) {} MemberGroupSDict(int size=17) : SIntDict<MemberGroup>(size) {}
~MemberGroupSDict() {} ~MemberGroupSDict() {}
int compareItems(GCI item1,GCI item2)
{
return ((MemberGroup *)item1)->groupId() - ((MemberGroup*)item2)->groupId();
}
}; };
......
...@@ -348,6 +348,7 @@ void NamespaceDef::writeMemberGroups(OutputList &ol) ...@@ -348,6 +348,7 @@ void NamespaceDef::writeMemberGroups(OutputList &ol)
/* write user defined member groups */ /* write user defined member groups */
if (memberGroupSDict) if (memberGroupSDict)
{ {
memberGroupSDict->sort();
MemberGroupSDict::Iterator mgli(*memberGroupSDict); MemberGroupSDict::Iterator mgli(*memberGroupSDict);
MemberGroup *mg; MemberGroup *mg;
for (;(mg=mgli.current());++mgli) for (;(mg=mgli.current());++mgli)
......
...@@ -532,6 +532,7 @@ void PerlModDocVisitor::visit(DocSymbol *sy) ...@@ -532,6 +532,7 @@ void PerlModDocVisitor::visit(DocSymbol *sy)
case DocSymbol::Amp: c = '&'; break; case DocSymbol::Amp: c = '&'; break;
case DocSymbol::Dollar: c = '$'; break; case DocSymbol::Dollar: c = '$'; break;
case DocSymbol::Hash: c = '#'; break; case DocSymbol::Hash: c = '#'; break;
case DocSymbol::DoubleColon: s = "::"; break;
case DocSymbol::Percent: c = '%'; break; case DocSymbol::Percent: c = '%'; break;
case DocSymbol::Quot: c = '"'; break; case DocSymbol::Quot: c = '"'; break;
case DocSymbol::Lsquo: s = "\\\'"; break; case DocSymbol::Lsquo: s = "\\\'"; break;
......
...@@ -1300,10 +1300,10 @@ static void readIncludeFile(const QCString &inc) ...@@ -1300,10 +1300,10 @@ static void readIncludeFile(const QCString &inc)
QCString absPath = incFileName; QCString absPath = incFileName;
if (QDir::isRelativePath(incFileName)) if (QDir::isRelativePath(incFileName))
{ {
QString absPath = QDir::cleanDirPath(oldFileDef->getPath()+"/"+incFileName); absPath = QDir::cleanDirPath(oldFileDef->getPath()+"/"+incFileName);
//printf("%s + %s -> resolved path %s\n",oldFileDef->getPath().data(),incFileName.data(),absPath.data()); //printf("%s + %s -> resolved path %s\n",oldFileDef->getPath().data(),incFileName.data(),absPath.data());
} }
FileDef *fd = findFileDef(Doxygen::inputNameDict,incFileName,ambig); FileDef *fd = findFileDef(Doxygen::inputNameDict,absPath,ambig);
//printf("%s::findFileDef(%s)=%p\n",oldFileDef->name().data(),incFileName.data(),fd); //printf("%s::findFileDef(%s)=%p\n",oldFileDef->name().data(),incFileName.data(),fd);
// add include dependency to the file in which the #include was found // add include dependency to the file in which the #include was found
oldFileDef->addIncludeDependency(fd,incFileName,localInclude,g_isImported); oldFileDef->addIncludeDependency(fd,incFileName,localInclude,g_isImported);
...@@ -2130,8 +2130,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'")) ...@@ -2130,8 +2130,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
} }
<SkipCComment,SkipCPPComment>[\\@]"cond"[ \t\r]*\n | <SkipCComment,SkipCPPComment>[\\@]"cond"[ \t\r]*\n |
<CondLine>. { <CondLine>. {
outputArray(yytext,yyleng); unput(*yytext);
g_yyLineNr+=QCString(yytext).contains('\n');
startCondSection(" "); startCondSection(" ");
if (YY_START==CondLine) BEGIN(g_condCtx); if (YY_START==CondLine) BEGIN(g_condCtx);
} }
......
...@@ -110,6 +110,7 @@ void RTFDocVisitor::visit(DocSymbol *s) ...@@ -110,6 +110,7 @@ void RTFDocVisitor::visit(DocSymbol *s)
case DocSymbol::Amp: m_t << "&"; break; case DocSymbol::Amp: m_t << "&"; break;
case DocSymbol::Dollar: m_t << "$"; break; case DocSymbol::Dollar: m_t << "$"; break;
case DocSymbol::Hash: m_t << "#"; break; case DocSymbol::Hash: m_t << "#"; break;
case DocSymbol::DoubleColon: m_t << "::"; break;
case DocSymbol::Percent: m_t << "%"; break; case DocSymbol::Percent: m_t << "%"; break;
case DocSymbol::Copy: m_t << "(C)"; break; case DocSymbol::Copy: m_t << "(C)"; break;
case DocSymbol::Tm: m_t << "(TM)"; break; case DocSymbol::Tm: m_t << "(TM)"; break;
......
...@@ -2099,7 +2099,12 @@ TYPEDEFPREFIX (("typedef"{BN}+)?)((("volatile"|"const"){BN}+)?) ...@@ -2099,7 +2099,12 @@ TYPEDEFPREFIX (("typedef"{BN}+)?)((("volatile"|"const"){BN}+)?)
yyLineNr = atoi(&yytext[1]); yyLineNr = atoi(&yytext[1]);
//printf("setting line number to %d\n",yyLineNr); //printf("setting line number to %d\n",yyLineNr);
lastPreLineCtrlContext = YY_START; lastPreLineCtrlContext = YY_START;
current->program+=yytext; if (YY_START==ReadBody ||
YY_START==ReadNSBody ||
YY_START==ReadBodyIntf)
{
current->program+=yytext;
}
BEGIN( PreLineCtrl ); BEGIN( PreLineCtrl );
} }
<PreLineCtrl>"\""[^\n\"]*"\"" { <PreLineCtrl>"\""[^\n\"]*"\"" {
...@@ -5553,6 +5558,15 @@ static void handleCommentBlock(const QCString &doc,bool brief) ...@@ -5553,6 +5558,15 @@ static void handleCommentBlock(const QCString &doc,bool brief)
if (docBlockInBody && hideInBodyDocs) return; if (docBlockInBody && hideInBodyDocs) return;
//printf("parseCommentBlock [%s] brief=%d\n",doc.data(),brief); //printf("parseCommentBlock [%s] brief=%d\n",doc.data(),brief);
int lineNr = brief ? current->briefLine : current->docLine; // line of block start int lineNr = brief ? current->briefLine : current->docLine; // line of block start
// fill in inbodyFile && inbodyLine the first time, see bug 633891
Entry *docEntry = docBlockInBody && previous ? previous : current;
if (docBlockInBody && docEntry && docEntry->inbodyLine==-1)
{
docEntry->inbodyFile = yyFileName;
docEntry->inbodyLine = lineNr;
}
while (parseCommentBlock( while (parseCommentBlock(
g_thisParser, g_thisParser,
docBlockInBody && previous ? previous : current, docBlockInBody && previous ? previous : current,
......
...@@ -33,6 +33,7 @@ void TextDocVisitor::visit(DocSymbol *s) ...@@ -33,6 +33,7 @@ void TextDocVisitor::visit(DocSymbol *s)
case DocSymbol::Amp: m_t << "&amp;"; break; case DocSymbol::Amp: m_t << "&amp;"; break;
case DocSymbol::Dollar: m_t << "$"; break; case DocSymbol::Dollar: m_t << "$"; break;
case DocSymbol::Hash: m_t << "#"; break; case DocSymbol::Hash: m_t << "#"; break;
case DocSymbol::DoubleColon: m_t << "::"; break;
case DocSymbol::Percent: m_t << "%"; break; case DocSymbol::Percent: m_t << "%"; break;
case DocSymbol::Copy: m_t << "&copy;"; break; case DocSymbol::Copy: m_t << "&copy;"; break;
case DocSymbol::Tm: m_t << "&tm;"; break; case DocSymbol::Tm: m_t << "&tm;"; break;
......
...@@ -1959,7 +1959,7 @@ void writeExample(OutputList &ol,ExampleSDict *ed) ...@@ -1959,7 +1959,7 @@ void writeExample(OutputList &ol,ExampleSDict *ed)
} }
QCString argListToString(ArgumentList *al,bool useCanonicalType) QCString argListToString(ArgumentList *al,bool useCanonicalType,bool showDefVals)
{ {
QCString result; QCString result;
if (al==0) return result; if (al==0) return result;
...@@ -1988,7 +1988,7 @@ QCString argListToString(ArgumentList *al,bool useCanonicalType) ...@@ -1988,7 +1988,7 @@ QCString argListToString(ArgumentList *al,bool useCanonicalType)
{ {
result+= type1+type2; result+= type1+type2;
} }
if (!a->defval.isEmpty()) if (!a->defval.isEmpty() && showDefVals)
{ {
result+="="+a->defval; result+="="+a->defval;
} }
...@@ -2089,24 +2089,9 @@ int filterCRLF(char *buf,int len) ...@@ -2089,24 +2089,9 @@ int filterCRLF(char *buf,int len)
return dest; // length of the valid part of the buf return dest; // length of the valid part of the buf
} }
static QCString getFilterFromList(const char *name,const QStrList &filterList,bool &found)
/*! looks for a filter for the file \a name. Returns the name of the filter
* if there is a match for the file name, otherwise an empty string.
*/
QCString getFileFilter(const char* name)
{ {
// sanity check found=FALSE;
if (name==0) return "";
// first look for filter pattern list
QStrList& filterList = Config_getList("FILTER_PATTERNS");
if (filterList.isEmpty())
{
// use INPUT_FILTER instead (For all files)
return Config_getString("INPUT_FILTER");
}
// compare the file name to the filter pattern list // compare the file name to the filter pattern list
QStrListIterator sli(filterList); QStrListIterator sli(filterList);
char* filterStr; char* filterStr;
...@@ -2127,6 +2112,7 @@ QCString getFileFilter(const char* name) ...@@ -2127,6 +2112,7 @@ QCString getFileFilter(const char* name)
{ // add quotes if the name has spaces { // add quotes if the name has spaces
filterName="\""+filterName+"\""; filterName="\""+filterName+"\"";
} }
found=TRUE;
return filterName; return filterName;
} }
} }
...@@ -2136,6 +2122,39 @@ QCString getFileFilter(const char* name) ...@@ -2136,6 +2122,39 @@ QCString getFileFilter(const char* name)
return ""; return "";
} }
/*! looks for a filter for the file \a name. Returns the name of the filter
* if there is a match for the file name, otherwise an empty string.
* In case \a inSourceCode is TRUE then first the source filter list is
* considered.
*/
QCString getFileFilter(const char* name,bool isSourceCode)
{
// sanity check
if (name==0) return "";
QStrList& filterSrcList = Config_getList("FILTER_SOURCE_PATTERNS");
QStrList& filterList = Config_getList("FILTER_PATTERNS");
QCString filterName;
bool found=FALSE;
if (isSourceCode && !filterSrcList.isEmpty())
{ // first look for source filter pattern list
filterName = getFilterFromList(name,filterSrcList,found);
}
if (!found && !filterName.isEmpty())
{ // then look for filter pattern list
filterName = getFilterFromList(name,filterList,found);
}
if (!found)
{ // then use the generic input filter
return Config_getString("INPUT_FILTER");
}
else
{
return filterName;
}
}
#if 0 #if 0
QCString recodeString(const QCString &str,const char *fromEncoding,const char *toEncoding) QCString recodeString(const QCString &str,const char *fromEncoding,const char *toEncoding)
{ {
...@@ -2220,7 +2239,7 @@ QCString transcodeCharacterStringToUTF8(const QCString &input) ...@@ -2220,7 +2239,7 @@ QCString transcodeCharacterStringToUTF8(const QCString &input)
* is TRUE the file will be filtered by any user specified input filter. * is TRUE the file will be filtered by any user specified input filter.
* If \a name is "-" the string will be read from standard input. * If \a name is "-" the string will be read from standard input.
*/ */
QCString fileToString(const char *name,bool filter) QCString fileToString(const char *name,bool filter,bool isSourceCode)
{ {
if (name==0 || name[0]==0) return 0; if (name==0 || name[0]==0) return 0;
QFile f; QFile f;
...@@ -2255,7 +2274,7 @@ QCString fileToString(const char *name,bool filter) ...@@ -2255,7 +2274,7 @@ QCString fileToString(const char *name,bool filter)
err("error: file `%s' not found\n",name); err("error: file `%s' not found\n",name);
return ""; return "";
} }
QCString filterName = getFileFilter(name); QCString filterName = getFileFilter(name,isSourceCode);
if (filterName.isEmpty() || !filter) if (filterName.isEmpty() || !filter)
{ {
f.setName(name); f.setName(name);
...@@ -2870,13 +2889,13 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA, ...@@ -2870,13 +2889,13 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA,
(srcAType+" "+srcAName)==dstAType) (srcAType+" "+srcAName)==dstAType)
{ {
MATCH MATCH
return TRUE; return TRUE;
} }
else if (!dstAName.isEmpty() && !srcA->type.isEmpty() && else if (!dstAName.isEmpty() && !srcA->type.isEmpty() &&
(dstAType+" "+dstAName)==srcAType) (dstAType+" "+dstAName)==srcAType)
{ {
MATCH MATCH
return TRUE; return TRUE;
} }
...@@ -2993,7 +3012,7 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA, ...@@ -2993,7 +3012,7 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA,
} }
} }
MATCH MATCH
return TRUE; return TRUE;
} }
...@@ -3033,12 +3052,12 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl, ...@@ -3033,12 +3052,12 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl,
if (match) if (match)
{ {
MATCH MATCH
return TRUE; return TRUE;
} }
else else
{ {
NOMATCH NOMATCH
return FALSE; return FALSE;
} }
} }
...@@ -3050,7 +3069,7 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl, ...@@ -3050,7 +3069,7 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl,
a->type = "void"; a->type = "void";
srcAl->append(a); srcAl->append(a);
MATCH MATCH
return TRUE; return TRUE;
} }
if ( dstAl->count()==0 && srcAl->count()==1 && if ( dstAl->count()==0 && srcAl->count()==1 &&
srcAl->getFirst()->type=="void" ) srcAl->getFirst()->type=="void" )
...@@ -3059,13 +3078,13 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl, ...@@ -3059,13 +3078,13 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl,
a->type = "void"; a->type = "void";
dstAl->append(a); dstAl->append(a);
MATCH MATCH
return TRUE; return TRUE;
} }
if (srcAl->count() != dstAl->count()) if (srcAl->count() != dstAl->count())
{ {
NOMATCH NOMATCH
return FALSE; // different number of arguments -> no match return FALSE; // different number of arguments -> no match
} }
if (checkCV) if (checkCV)
...@@ -3073,12 +3092,12 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl, ...@@ -3073,12 +3092,12 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl,
if (srcAl->constSpecifier != dstAl->constSpecifier) if (srcAl->constSpecifier != dstAl->constSpecifier)
{ {
NOMATCH NOMATCH
return FALSE; // one member is const, the other not -> no match return FALSE; // one member is const, the other not -> no match
} }
if (srcAl->volatileSpecifier != dstAl->volatileSpecifier) if (srcAl->volatileSpecifier != dstAl->volatileSpecifier)
{ {
NOMATCH NOMATCH
return FALSE; // one member is volatile, the other not -> no match return FALSE; // one member is volatile, the other not -> no match
} }
} }
...@@ -3092,11 +3111,11 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl, ...@@ -3092,11 +3111,11 @@ bool matchArguments(ArgumentList *srcAl,ArgumentList *dstAl,
usingNamespaces,usingClasses)) usingNamespaces,usingClasses))
{ {
NOMATCH NOMATCH
return FALSE; return FALSE;
} }
} }
MATCH MATCH
return TRUE; // all arguments match return TRUE; // all arguments match
} }
#endif #endif
...@@ -3162,8 +3181,10 @@ QCString getCanonicalTemplateSpec(Definition *d,FileDef *fs,const QCString& spec ...@@ -3162,8 +3181,10 @@ QCString getCanonicalTemplateSpec(Definition *d,FileDef *fs,const QCString& spec
static QCString getCanonicalTypeForIdentifier( static QCString getCanonicalTypeForIdentifier(
Definition *d,FileDef *fs,const QCString &word, Definition *d,FileDef *fs,const QCString &word,
QCString *tSpec) QCString *tSpec,int count=0)
{ {
if (count>10) return word; // oops recursion
QCString symName,scope,result,templSpec,tmpName; QCString symName,scope,result,templSpec,tmpName;
//DefinitionList *defList=0; //DefinitionList *defList=0;
if (tSpec && !tSpec->isEmpty()) templSpec = stripDeclKeywords(getCanonicalTemplateSpec(d,fs,*tSpec)); if (tSpec && !tSpec->isEmpty()) templSpec = stripDeclKeywords(getCanonicalTemplateSpec(d,fs,*tSpec));
...@@ -3266,7 +3287,15 @@ static QCString getCanonicalTypeForIdentifier( ...@@ -3266,7 +3287,15 @@ static QCString getCanonicalTypeForIdentifier(
else if (mType && mType->isTypedef()) // a typedef else if (mType && mType->isTypedef()) // a typedef
{ {
//result = mType->qualifiedName(); // changed after 1.7.2 //result = mType->qualifiedName(); // changed after 1.7.2
result = mType->typeString(); //result = mType->typeString();
if (word!=mType->typeString())
{
result = getCanonicalTypeForIdentifier(d,fs,mType->typeString(),tSpec,count++);
}
else
{
result = mType->typeString();
}
} }
else // fallback else // fallback
{ {
...@@ -6927,7 +6956,7 @@ bool readInputFile(const char *fileName,BufStr &inBuf) ...@@ -6927,7 +6956,7 @@ bool readInputFile(const char *fileName,BufStr &inBuf)
QFileInfo fi(fileName); QFileInfo fi(fileName);
if (!fi.exists()) return FALSE; if (!fi.exists()) return FALSE;
QCString filterName = getFileFilter(fileName); QCString filterName = getFileFilter(fileName,FALSE);
if (filterName.isEmpty()) if (filterName.isEmpty())
{ {
QFile f(fileName); QFile f(fileName);
......
...@@ -118,7 +118,7 @@ void linkifyText(const TextGeneratorIntf &ol, ...@@ -118,7 +118,7 @@ void linkifyText(const TextGeneratorIntf &ol,
void setAnchors(ClassDef *cd,char id,MemberList *ml,int groupId=-1); void setAnchors(ClassDef *cd,char id,MemberList *ml,int groupId=-1);
QCString fileToString(const char *name,bool filter=FALSE); QCString fileToString(const char *name,bool filter=FALSE,bool isSourceCode=FALSE);
QCString dateToString(bool); QCString dateToString(bool);
...@@ -135,7 +135,7 @@ bool getDefs(const QCString &scopeName, ...@@ -135,7 +135,7 @@ bool getDefs(const QCString &scopeName,
bool checkCV=FALSE bool checkCV=FALSE
); );
QCString getFileFilter(const char* name); QCString getFileFilter(const char* name,bool isSourceCode);
bool resolveRef(/* in */ const char *scName, bool resolveRef(/* in */ const char *scName,
/* in */ const char *name, /* in */ const char *name,
...@@ -207,7 +207,7 @@ inline bool isId(int c) ...@@ -207,7 +207,7 @@ inline bool isId(int c)
QCString removeRedundantWhiteSpace(const QCString &s); QCString removeRedundantWhiteSpace(const QCString &s);
QCString argListToString(ArgumentList *al,bool useCanonicalType=FALSE); QCString argListToString(ArgumentList *al,bool useCanonicalType=FALSE,bool showDefVals=TRUE);
QCString tempArgListToString(ArgumentList *al); QCString tempArgListToString(ArgumentList *al);
......
...@@ -76,6 +76,7 @@ void XmlDocVisitor::visit(DocSymbol *s) ...@@ -76,6 +76,7 @@ void XmlDocVisitor::visit(DocSymbol *s)
case DocSymbol::Amp: m_t << "&amp;"; break; case DocSymbol::Amp: m_t << "&amp;"; break;
case DocSymbol::Dollar: m_t << "$"; break; case DocSymbol::Dollar: m_t << "$"; break;
case DocSymbol::Hash: m_t << "#"; break; case DocSymbol::Hash: m_t << "#"; break;
case DocSymbol::DoubleColon: m_t << "::"; break;
case DocSymbol::Percent: m_t << "%"; break; case DocSymbol::Percent: m_t << "%"; break;
case DocSymbol::Copy: m_t << "<copy/>"; break; case DocSymbol::Copy: m_t << "<copy/>"; break;
case DocSymbol::Tm: m_t << "<trademark/>"; break; case DocSymbol::Tm: m_t << "<trademark/>"; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment