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
7652fc84
Commit
7652fc84
authored
Apr 21, 2014
by
albert-github
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected copyright year
parent
8ec7c41a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doxywizard.cpp
addon/doxywizard/doxywizard.cpp
+1
-1
runtests.pl
testing/runtests.pl
+1
-1
No files found.
addon/doxywizard/doxywizard.cpp
View file @
7652fc84
...
...
@@ -191,7 +191,7 @@ void MainWindow::about()
t
<<
QString
::
fromAscii
(
"<qt><center>A tool to configure and run doxygen version "
)
+
QString
::
fromAscii
(
versionString
)
+
QString
::
fromAscii
(
" on your source files.</center><p><br>"
"<center>Written by<br> Dimitri van Heesch<br>© 2000-201
3
</center><p>"
"<center>Written by<br> Dimitri van Heesch<br>© 2000-201
4
</center><p>"
"</qt>"
);
QMessageBox
::
about
(
this
,
tr
(
"Doxygen GUI"
),
msg
);
}
...
...
testing/runtests.pl
View file @
7652fc84
...
...
@@ -2,7 +2,7 @@
# perl script to execute doxygen's regression test suite.
#
# Copyright (C) 1997-201
3
by Dimitri van Heesch.
# Copyright (C) 1997-201
4
by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
...
...
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