Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
8ddbaa7c
Commit
8ddbaa7c
authored
Aug 18, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:doxygen/doxygen
parents
8b279c9b
9e356b42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fortranscanner.l
src/fortranscanner.l
+3
-3
No files found.
src/fortranscanner.l
View file @
8ddbaa7c
...
...
@@ -2187,7 +2187,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
}
else
{
warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documenation for variable: "+argName);
warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documen
t
ation for variable: "+argName);
handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief);
}
...
...
@@ -2202,7 +2202,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
}
else
{
warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documenation for variable: "+argName);
warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documen
t
ation for variable: "+argName);
handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief);
}
...
...
@@ -2217,7 +2217,7 @@ static void subrHandleCommentBlock(const QCString &doc,bool brief)
}
else
{
warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documenation for variable: "+argName);
warn(yyFileName,yyLineNr, "inconsistency between intent attribute and documen
t
ation for variable: "+argName);
handleCommentBlock(QCString("\n\n@param ") + directionParam[dir1] + " " +
argName + " " + doc,brief);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment