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
31527356
Commit
31527356
authored
Dec 23, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected some inconsistencies in the comments
parent
ba9a873b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
clangparser.h
src/clangparser.h
+2
-2
classdef.h
src/classdef.h
+0
-1
memberlist.cpp
src/memberlist.cpp
+1
-0
No files found.
src/clangparser.h
View file @
31527356
...
...
@@ -16,7 +16,7 @@ class ClangParser
/** Start parsing a file.
* @param[in] fileName The name of the file to parse.
* @param[in,out] filesInTanslationUnit Other files that are
* @param[in,out] filesInT
r
anslationUnit Other files that are
* part of the input and included by the file.
* The function will return a subset of the files,
* only including the onces that were actually found
...
...
@@ -26,7 +26,7 @@ class ClangParser
/** Switches to another file within the translation unit started
* with start().
* @param[in] The name of the file to switch to.
* @param[in]
fileName
The name of the file to switch to.
*/
void
switchToFile
(
const
char
*
fileName
);
...
...
src/classdef.h
View file @
31527356
...
...
@@ -76,7 +76,6 @@ class ClassDef : public Definition
* \param startColumn column number where the definition of this compound
* starts.
* \param name the name of this compound (including scope)
* \param symId unique Id for this symbol
* \param ct the kind of Compound
* \param ref the tag file from which this compound is extracted
* or 0 if the compound doesn't come from a tag file
...
...
src/memberlist.cpp
View file @
31527356
...
...
@@ -489,6 +489,7 @@ void MemberList::writePlainDeclarations(OutputList &ol,
* @param inheritedFrom if not 0, the list is shown inside the
* given class as inherited members, parameter cd points to the
* class containing the members.
* @param lt Type of list that is inherited from.
*/
void
MemberList
::
writeDeclarations
(
OutputList
&
ol
,
ClassDef
*
cd
,
NamespaceDef
*
nd
,
FileDef
*
fd
,
GroupDef
*
gd
,
...
...
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