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
458fb173
Commit
458fb173
authored
Dec 15, 2014
by
orbitcowboy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos in C/C++ comments. There are no functional changes.
parent
2716fc48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doxywizard.cpp
addon/doxywizard/doxywizard.cpp
+3
-3
qfeatures.h
qtools/qfeatures.h
+1
-1
No files found.
addon/doxywizard/doxywizard.cpp
View file @
458fb173
...
...
@@ -10,7 +10,7 @@
#define MAX_RECENT_FILES 10
const
int
messageTimeout
=
5000
;
//!< status bar message timeout in millisec.
const
int
messageTimeout
=
5000
;
//!< status bar message timeout in millisec
onds
.
MainWindow
&
MainWindow
::
instance
()
{
...
...
@@ -78,7 +78,7 @@ MainWindow::MainWindow()
runLayout
->
addWidget
(
showSettings
);
runLayout
->
addWidget
(
m_saveLog
);
// output produced by
d
oxygen
// output produced by
D
oxygen
runTabLayout
->
addLayout
(
runLayout
);
runTabLayout
->
addWidget
(
new
QLabel
(
tr
(
"Output produced by doxygen"
)));
QGridLayout
*
grid
=
new
QGridLayout
;
...
...
@@ -427,7 +427,7 @@ void MainWindow::runDoxygen()
qDebug
()
<<
tr
(
"Doxygen path: "
)
<<
doxygenPath
;
if
(
!
QFile
(
doxygenPath
+
QString
::
fromAscii
(
"doxygen"
)).
exists
()
)
{
// No
doygen binary in the resources, if there is a system d
oxygen binary, use that instead
// No
Doxygen binary in the resources, if there is a system D
oxygen binary, use that instead
if
(
QFile
(
QString
::
fromAscii
(
"/usr/local/bin/doxygen"
)).
exists
()
)
{
doxygenPath
=
QString
::
fromAscii
(
"/usr/local/bin/"
);
...
...
qtools/qfeatures.h
View file @
458fb173
...
...
@@ -637,7 +637,7 @@
# define QT_NO_VBUTTONGROUP
#endif
/*!
Horizonal box layout widgets
Horizon
t
al box layout widgets
*/
#ifdef QT_NO_FRAME
# define QT_NO_HBOX
...
...
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