Skip to content

Commit ebcc3d8

Browse files
committedJun 28, 2017
fix doxygen warning
1 parent 54c6291 commit ebcc3d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎src/plugins/qgisplugin.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
* Plugins provide additional functionality to QGis. Plugins must
2020
* implement several required methods in order to be registered with
2121
* QGis. These methods include:
22-
* <ul>name
23-
* <li>version
24-
* <li>description
25-
* </ul>
22+
* name:
23+
* - version
24+
* - description
2625
*
2726
* All QGis plugins must inherit from the abstract base class QgisPlugin.
2827
* This list will grow as the API is expanded.

0 commit comments

Comments
 (0)
Please sign in to comment.