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
6aa7f36c
Commit
6aa7f36c
authored
Aug 31, 2014
by
Mattias Ellert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 735759 - Broken man pages due to bad use of autoBreak
parent
41887832
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
memberdef.cpp
src/memberdef.cpp
+3
-3
No files found.
src/memberdef.cpp
View file @
6aa7f36c
...
...
@@ -1531,7 +1531,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef
(),
// fileScope
this
,
// self
ltype
.
left
(
i
),
// text
TRUE
// autoBreak
FALSE
// autoBreak
);
getAnonymousEnumType
()
->
writeEnumDeclaration
(
ol
,
cd
,
nd
,
fd
,
gd
,
compoundType
);
//ol+=*getAnonymousEnumType()->enumDecl();
...
...
@@ -1545,7 +1545,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef
(),
// fileScope
this
,
// self
ltype
,
// text
TRUE
// autoBreak
FALSE
// autoBreak
);
}
}
...
...
@@ -1566,7 +1566,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef
(),
// fileScope
this
,
// self
ltype
,
// text
TRUE
// autoBreak
FALSE
// autoBreak
);
}
bool
htmlOn
=
ol
.
isEnabled
(
OutputGenerator
::
Html
);
...
...
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