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
738c0dd8
Commit
738c0dd8
authored
Nov 23, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 740446 - invalid copydoc target does not result in warning
parent
200b828e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
docparser.cpp
src/docparser.cpp
+6
-0
No files found.
src/docparser.cpp
View file @
738c0dd8
...
...
@@ -7122,6 +7122,12 @@ static QCString processCopyDoc(const char *data,uint &len)
isBrief
?
"brief"
:
"details"
,
id
.
data
());
}
}
else
{
warn_doc_error
(
g_fileName
,
doctokenizerYYlineno
,
"@copy%s or @copydoc target '%s' not found"
,
isBrief
?
"brief"
:
"details"
,
id
.
data
());
}
// skip over command
i
=
j
;
}
...
...
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