Skip to content

Commit c93bd0e

Browse files
committedNov 8, 2013
Merge pull request #990 from rduivenvoorde/cppdocfix
Cppdocfix
2 parents bff6fe5 + e66bd80 commit c93bd0e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎src/plugins/plugin_template/plugingui.cpp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
// pieces of text. One-liners can be added in the .ui file
2727

2828
// Note: Format does not relate to translation.
29-
QString format( "<html><body><h3>%1</h3>%2<h3>%3</h3>%4<p><a href=http://svn.qgis.org/api_doc/html>"
30-
"http://svn.qgis.org/api_doc/html</a><p>"
29+
QString format( "<html><body><h3>%1</h3>%2<h3>%3</h3>%4<p><a href=http://qgis.org/api>"
30+
"http://qgis.org/api</a><p>"
3131
"%5<p>%6<p>%7<p>%8<p><h3>%9</h3>"
3232
"<h4>CMakeLists.txt</h4>%11"
3333
"<h4>[pluginlcasename].h, [pluginlcasename].cpp</h4>%12"
@@ -37,18 +37,18 @@
3737
"<h4>[pluginlcasename].png</h4>%16"
3838
"<h4>README</h4>%17"
3939
"<h3>%18</h3>%19<ul>%20</ul>%21<p>%22"
40-
"<p><b>The QGIS Team<br>2007</b>"
40+
"<p><b>The QGIS Team</b>"
4141
"</body></html>" );
4242

4343
// Note: Table does not translate
44-
QString table( "<table><tr><td>QGisInterface<td><a href=http://svn.qgis.org/api_doc/html/classQgisInterface.html>"
45-
"http://svn.qgis.org/api_doc/html/classQgisInterface.htm</a>"
46-
"<tr><td>QgsMapCanvas<td><a href=http://svn.qgis.org/api_doc/html/classQgsMapCanvas.html>"
47-
"http://svn.qgis.org/api_doc/html/classQgsMapCanvas.html</a>"
48-
"<tr><td>QgsMapTool<td><a href=http://svn.qgis.org/api_doc/html/classQgsMapTool.html>"
49-
"http://svn.qgis.org/api_doc/html/classQgsMapTool.html</a>"
50-
"<tr><td>QgsPlugin<td><a href=http://svn.qgis.org/api_doc/html/classQgisPlugin.html>"
51-
"http://svn.qgis.org/api_doc/html/classQgisPlugin.html</a></table>" );
44+
QString table( "<table><tr><td>QGisInterface<td><a href=http://qgis.org/api/classQgisInterface.html>"
45+
"http://qgis.org/api/classQgisInterface.html</a>"
46+
"<tr><td>QgsMapCanvas<td><a href=http://qgis.org/api/classQgsMapCanvas.html>"
47+
"http://qgis.org/api/classQgsMapCanvas.html</a>"
48+
"<tr><td>QgsMapTool<td><a href=http://qgis.org/api/classQgsMapTool.html>"
49+
"http://qgis.org/api/classQgsMapTool.html</a>"
50+
"<tr><td>QgsPlugin<td><a href=http://qgis.org/api/classQgisPlugin.html>"
51+
"http://qgis.org/api/classQgisPlugin.html</a></table>" );
5252

5353
// Note: Translatable strings below
5454
QString text = format

0 commit comments

Comments
 (0)
Please sign in to comment.