Skip to content

Commit 5bcbab9

Browse files
committed
rviz_plugin_tutorials: wiki tags in source comments
1 parent e0dcfa3 commit 5bcbab9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

rviz_plugin_tutorials/src/imu_display.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* POSSIBILITY OF SUCH DAMAGE.
2828
*/
2929

30+
// %Tag(FULL_SOURCE)%
3031
#include <OGRE/OgreSceneNode.h>
3132
#include <OGRE/OgreSceneManager.h>
3233

@@ -334,3 +335,4 @@ void ImuDisplay::createProperties()
334335
// global scope, outside our package's namespace.
335336
#include <pluginlib/class_list_macros.h>
336337
PLUGINLIB_DECLARE_CLASS( rviz_plugin_tutorials, Imu, rviz_plugin_tutorials::ImuDisplay, rviz::Display )
338+
// %EndTag(FULL_SOURCE)%

rviz_plugin_tutorials/src/imu_visual.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* POSSIBILITY OF SUCH DAMAGE.
2828
*/
2929

30+
// %Tag(FULL_SOURCE)%
3031
#include <OGRE/OgreVector3.h>
3132
#include <OGRE/OgreSceneNode.h>
3233
#include <OGRE/OgreSceneManager.h>
@@ -102,3 +103,4 @@ void ImuVisual::setColor( float r, float g, float b, float a )
102103
}
103104

104105
} // end namespace rviz_plugin_tutorials
106+
// %EndTag(FULL_SOURCE)%

rviz_plugin_tutorials/src/imu_visual.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2727
* POSSIBILITY OF SUCH DAMAGE.
2828
*/
29+
// %Tag(FULL_SOURCE)%
2930
#ifndef IMU_VISUAL_H
3031
#define IMU_VISUAL_H
3132

@@ -92,3 +93,4 @@ class ImuVisual
9293
} // end namespace rviz_plugin_tutorials
9394

9495
#endif // IMU_VISUAL_H
96+
// %EndTag(FULL_SOURCE)%

0 commit comments

Comments
 (0)