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
8de63344
Commit
8de63344
authored
Jan 02, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #77 from albert-github/feature/bug_436885
Bug 436885 - c-source and h-source missing for latex
parents
956a7fb0
d5d34325
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
filedef.cpp
src/filedef.cpp
+2
-2
No files found.
src/filedef.cpp
View file @
8de63344
...
@@ -836,9 +836,9 @@ void FileDef::writeSource(OutputList &ol,bool sameTu,QStrList &filesInSameTu)
...
@@ -836,9 +836,9 @@ void FileDef::writeSource(OutputList &ol,bool sameTu,QStrList &filesInSameTu)
getDirDef
()
->
writeNavigationPath
(
ol
);
getDirDef
()
->
writeNavigationPath
(
ol
);
ol
.
endQuickIndices
();
ol
.
endQuickIndices
();
}
}
startTitle
(
ol
,
get
Output
FileBase
());
startTitle
(
ol
,
get
Source
FileBase
());
ol
.
parseText
(
name
());
ol
.
parseText
(
name
());
endTitle
(
ol
,
get
Output
FileBase
(),
title
);
endTitle
(
ol
,
get
Source
FileBase
(),
title
);
}
}
else
else
{
{
...
...
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